color details

Color Details
#748c6c Color Hex

#748c6c color RGB value is (7, 72, 198).
#748c6c hex color red value is 7, green value is 72, and blue value is 198.
Cylindrical-coordinate representations (HSL) of color #748c6c hue: 219.58, saturation: 0.93 and lightness: 0.4.

The process color (four-color CMYK) of #748c6c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #748c6c is #ff9999. Color #748c6c contains mainly RED.

Color Spaces
Color spaces of #748c6cValue
RGB116, 140, 108
HSL0.29, 0.13, 0.49
HSV105°, 23°, 55°
XYZ19.29, 23.55, 17.71
Base Numbers
Base Red Green Blue
Binary 1110100 10001100 1101100
Octal 164 214 154
Decimal 116 140 108
Hex 74 8C 6C

RGB Percentages for Color #748c6c

31.87%
38.46%
29.67%

CMYK Percentages of the Color #748c6c

17.14%
22.86%
45.1%
CSS Codes for Color #748c6c
.mybgColor {background-color: #748c6c;}
.myforeColor {color: #748c6c;}
.myborderColor {border:3px solid #748c6c;}
Text Font Color #748c6c

<p style="color:#748c6c">Text here</p>

This sample text is styled with the font color #748c6c. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #748c6c

<div style="background-color:#748c6c">Div content here</div>

The background color of this div is #748c6c
Border Color #748c6c

<div style="border:3px solid #748c6c">Div here</div>

The border color of this div is #748c6c
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(116, 140, 108, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #748c6c;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #748c6c;
-webkit-box-shadow: 1px 1px 3px #748c6c;
box-shadow: 1px 1px 3px #748c6c;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116, 140, 108, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #748c6c;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #748c6c; -webkit-box-shadow: 1px 1px 3px #748c6c; box-shadow: 1px 1px 3px #748c6c;">Div content here</div>

This div box has a shadow with a specified color. #748c6c
Scroll to Top