Html Css Color HEX #757742 Hemlock

📋 copy color: '#757742'

red 117 ◦ green 119 ◦ blue 66

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

Shades of Hemlock #757742

Tints of Hemlock #757742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

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

R = 38.74%
G = 39.4%
B = 21.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#757742 (or 0x757742) is known color: Hemlock. HEX triplet: 75, 77 and 42. RGB value is (117,119,66). Sum of RGB (Red+Green+Blue) = 117+119+66=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #757742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757742 is #8A88BD. Grayscale: #707070. Windows color (decimal): -9078974 or 4355957. OLE color: 4355957.

HSL color Cylindrical-coordinate representation of color #757742: hue angle of 62.26º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #757742 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 66 -
CMYK 0.02 0 0.45 0.53
HSL 62.26º 0.29% 0.36% -
HSV(B) 62.26º 0.45% 0.47% -
XYZ 14.92 17.37 7.72 -
YUV 112.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 117 119 66 0.02 0 0.45 0.53 62.26 0.29 0.36
Hex 75 77 42 2 0 2D 35 3E 1D 24
Octal 165 167 102 2 0 55 65 76 35 44
Binary 1110101 1110111 1000010 10 0 101101 110101 111110 11101 100100

Color Harmonies of #757742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757742

Black with #757742

Text Example


Text Example

White with #757742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757742; }

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

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

background-color css

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

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

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

border-color css

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

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

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