Html Css Color HEX #757542 Hemlock

📋 copy color: '#757542'

red 117 ◦ green 117 ◦ blue 66

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

Shades of Hemlock #757542

Tints of Hemlock #757542

RGB

 RED value IS 117 (46.09% from 255) = 39%

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

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

R = 39%
G = 39%
B = 22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#757542 (or 0x757542) is known color: Hemlock. HEX triplet: 75, 75 and 42. RGB value is (117,117,66). Sum of RGB (Red+Green+Blue) = 117+117+66=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757542 is #8A8ABD. Grayscale: #6F6F6F. Windows color (decimal): -9079486 or 4355445. OLE color: 4355445.

HSL color Cylindrical-coordinate representation of color #757542: hue angle of 60º 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 #757542 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 66 -
CMYK 0 0 0.44 0.54
HSL 60º 0.28% 0.36% -
HSV(B) 60º 0.44% 0.46% -
XYZ 14.68 16.9 7.64 -
YUV 111.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 117 117 66 0 0 0.44 0.54 60 0.28 0.36
Hex 75 75 42 0 0 2C 36 3C 1C 24
Octal 165 165 102 0 0 54 66 74 34 44
Binary 1110101 1110101 1000010 0 0 101100 110110 111100 11100 100100

Color Harmonies of #757542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757542

Black with #757542

Text Example


Text Example

White with #757542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757542; }

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

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

background-color css

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

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

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

border-color css

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

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

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