Html Css Color HEX #757449 Hemlock

📋 copy color: '#757449'

red 117 ◦ green 116 ◦ blue 73

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

Shades of Hemlock #757449

Tints of Hemlock #757449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 38.24%
G = 37.91%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#757449 (or 0x757449) is known color: Hemlock. HEX triplet: 75, 74 and 49. RGB value is (117,116,73). Sum of RGB (Red+Green+Blue) = 117+116+73=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #757449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757449 is #8A8BB6. Grayscale: #6F6F6F. Windows color (decimal): -9079735 or 4813941. OLE color: 4813941.

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

Color convert

RGB 117 116 73 -
CMYK 0 0.01 0.38 0.54
HSL 58.64º 0.23% 0.37% -
HSV(B) 58.64º 0.38% 0.46% -
XYZ 14.78 16.75 8.76 -
YUV 111.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 117 116 73 0 0.01 0.38 0.54 58.64 0.23 0.37
Hex 75 74 49 0 1 26 36 3B 17 25
Octal 165 164 111 0 1 46 66 73 27 45
Binary 1110101 1110100 1001001 0 1 100110 110110 111011 10111 100101

Color Harmonies of #757449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757449

Black with #757449

Text Example


Text Example

White with #757449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757449; }

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

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

background-color css

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

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

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

border-color css

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

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

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