Html Css Color HEX #747246 Hemlock

📋 copy color: '#747246'

red 116 ◦ green 114 ◦ blue 70

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

Shades of Hemlock #747246

Tints of Hemlock #747246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

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

R = 38.67%
G = 38%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#747246 (or 0x747246) is known color: Hemlock. HEX triplet: 74, 72 and 46. RGB value is (116,114,70). Sum of RGB (Red+Green+Blue) = 116+114+70=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #747246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747246 is #8B8DB9. Grayscale: #6D6D6D. Windows color (decimal): -9145786 or 4616820. OLE color: 4616820.

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

Color convert

RGB 116 114 70 -
CMYK 0 0.02 0.40 0.55
HSL 57.39º 0.25% 0.36% -
HSV(B) 57.39º 0.4% 0.45% -
XYZ 14.33 16.19 8.16 -
YUV 109.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 116 114 70 0 0.02 0.40 0.55 57.39 0.25 0.36
Hex 74 72 46 0 2 28 37 39 19 24
Octal 164 162 106 0 2 50 67 71 31 44
Binary 1110100 1110010 1000110 0 10 101000 110111 111001 11001 100100

Color Harmonies of #747246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747246

Black with #747246

Text Example


Text Example

White with #747246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747246; }

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

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

background-color css

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

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

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

border-color css

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

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

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