Html Css Color HEX #747542 Hemlock

📋 copy color: '#747542'

red 116 ◦ green 117 ◦ blue 66

#747542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #747542

Tints of Hemlock #747542

RGB

 RED value IS 116 (45.7% from 255) = 38.8%

 GREEN value IS 117 (46.09% from 255) = 39.13%

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 38.8%
G = 39.13%
B = 22.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#747542 (or 0x747542) is known color: Hemlock. HEX triplet: 74, 75 and 42. RGB value is (116,117,66). Sum of RGB (Red+Green+Blue) = 116+117+66=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #747542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747542 is #8B8ABD. Grayscale: #6F6F6F. Windows color (decimal): -9145022 or 4355444. OLE color: 4355444.

HSL color Cylindrical-coordinate representation of color #747542: hue angle of 61.18º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #747542 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 66 -
CMYK 0.01 0 0.44 0.54
HSL 61.18º 0.28% 0.36% -
HSV(B) 61.18º 0.44% 0.46% -
XYZ 14.55 16.83 7.64 -
YUV 110.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 116 117 66 0.01 0 0.44 0.54 61.18 0.28 0.36
Hex 74 75 42 1 0 2C 36 3D 1C 24
Octal 164 165 102 1 0 54 66 75 34 44
Binary 1110100 1110101 1000010 1 0 101100 110110 111101 11100 100100

Color Harmonies of #747542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747542

Black with #747542

Text Example


Text Example

White with #747542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747542; }

 p { color: rgb(116,117,66); }

 H1.HeaderClassName
 {
   color: #747542;
 }
 .AnyTagClassName
 {
   color: #747542;
 }
</style>

background-color css

<style>
 a { background-color: #747542; }

 a { background-color: rgb(116,117,66); }

 div.DivClassName
 {
   background-color: #747542;
 }
 .BgClassName
 {
   background-color: #747542;
 }
</style>

border-color css

<style>
 span { border-color: #747542; }

 span { border-color: rgb(116,117,66); }

 td.TdClassName
 {
   border-color: #747542;
 }
 .TagClassName
 {
   border-color: #747542;
 }
</style>