Html Css Color HEX #747446 Hemlock

📋 copy color: '#747446'

red 116 ◦ green 116 ◦ blue 70

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

Shades of Hemlock #747446

Tints of Hemlock #747446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 38.41%
G = 38.41%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#747446 (or 0x747446) is known color: Hemlock. HEX triplet: 74, 74 and 46. RGB value is (116,116,70). Sum of RGB (Red+Green+Blue) = 116+116+70=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747446 is #8B8BB9. Grayscale: #6E6E6E. Windows color (decimal): -9145274 or 4617332. OLE color: 4617332.

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

Color convert

RGB 116 116 70 -
CMYK 0 0 0.40 0.55
HSL 60º 0.25% 0.36% -
HSV(B) 60º 0.4% 0.45% -
XYZ 14.55 16.65 8.24 -
YUV 110.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 116 116 70 0 0 0.40 0.55 60 0.25 0.36
Hex 74 74 46 0 0 28 37 3C 19 24
Octal 164 164 106 0 0 50 67 74 31 44
Binary 1110100 1110100 1000110 0 0 101000 110111 111100 11001 100100

Color Harmonies of #747446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747446

Black with #747446

Text Example


Text Example

White with #747446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747446; }

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

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

background-color css

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

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

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

border-color css

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

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

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