Html Css Color HEX #757745 Hemlock

📋 copy color: '#757745'

red 117 ◦ green 119 ◦ blue 69

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

Shades of Hemlock #757745

Tints of Hemlock #757745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 38.36%
G = 39.02%
B = 22.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#757745 (or 0x757745) is known color: Hemlock. HEX triplet: 75, 77 and 45. RGB value is (117,119,69). Sum of RGB (Red+Green+Blue) = 117+119+69=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #757745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757745 is #8A88BA. Grayscale: #707070. Windows color (decimal): -9078971 or 4552565. OLE color: 4552565.

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

Color convert

RGB 117 119 69 -
CMYK 0.02 0 0.42 0.53
HSL 62.4º 0.27% 0.37% -
HSV(B) 62.4º 0.42% 0.47% -
XYZ 15.01 17.41 8.2 -
YUV 112.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 117 119 69 0.02 0 0.42 0.53 62.4 0.27 0.37
Hex 75 77 45 2 0 2A 35 3E 1B 25
Octal 165 167 105 2 0 52 65 76 33 45
Binary 1110101 1110111 1000101 10 0 101010 110101 111110 11011 100101

Color Harmonies of #757745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757745

Black with #757745

Text Example


Text Example

White with #757745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757745; }

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

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

background-color css

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

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

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

border-color css

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

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

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