Html Css Color HEX #747449 Hemlock

📋 copy color: '#747449'

red 116 ◦ green 116 ◦ blue 73

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

Shades of Hemlock #747449

Tints of Hemlock #747449

RGB

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

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

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

R = 38.03%
G = 38.03%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#747449 (or 0x747449) is known color: Hemlock. HEX triplet: 74, 74 and 49. RGB value is (116,116,73). Sum of RGB (Red+Green+Blue) = 116+116+73=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747449 is #8B8BB6. Grayscale: #6F6F6F. Windows color (decimal): -9145271 or 4813940. OLE color: 4813940.

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

Color convert

RGB 116 116 73 -
CMYK 0 0 0.37 0.55
HSL 60º 0.23% 0.37% -
HSV(B) 60º 0.37% 0.45% -
XYZ 14.65 16.68 8.75 -
YUV 111.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 116 116 73 0 0 0.37 0.55 60 0.23 0.37
Hex 74 74 49 0 0 25 37 3C 17 25
Octal 164 164 111 0 0 45 67 74 27 45
Binary 1110100 1110100 1001001 0 0 100101 110111 111100 10111 100101

Color Harmonies of #747449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747449

Black with #747449

Text Example


Text Example

White with #747449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747449; }

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

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

background-color css

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

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

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

border-color css

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

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

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