Html Css Color HEX #747346 Hemlock

📋 copy color: '#747346'

red 116 ◦ green 115 ◦ blue 70

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

Shades of Hemlock #747346

Tints of Hemlock #747346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 38.54%
G = 38.21%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#747346 (or 0x747346) is known color: Hemlock. HEX triplet: 74, 73 and 46. RGB value is (116,115,70). Sum of RGB (Red+Green+Blue) = 116+115+70=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #747346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747346 is #8B8CB9. Grayscale: #6E6E6E. Windows color (decimal): -9145530 or 4617076. OLE color: 4617076.

HSL color Cylindrical-coordinate representation of color #747346: hue angle of 58.7º 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 #747346 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 70 -
CMYK 0 0.01 0.40 0.55
HSL 58.7º 0.25% 0.36% -
HSV(B) 58.7º 0.4% 0.45% -
XYZ 14.44 16.42 8.2 -
YUV 110.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 116 115 70 0 0.01 0.40 0.55 58.7 0.25 0.36
Hex 74 73 46 0 1 28 37 3B 19 24
Octal 164 163 106 0 1 50 67 73 31 44
Binary 1110100 1110011 1000110 0 1 101000 110111 111011 11001 100100

Color Harmonies of #747346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747346

Black with #747346

Text Example


Text Example

White with #747346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747346; }

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

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

background-color css

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

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

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

border-color css

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

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

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