Html Css Color HEX #747146 Hemlock

📋 copy color: '#747146'

red 116 ◦ green 113 ◦ blue 70

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

Shades of Hemlock #747146

Tints of Hemlock #747146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

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

R = 38.8%
G = 37.79%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#747146 (or 0x747146) is known color: Hemlock. HEX triplet: 74, 71 and 46. RGB value is (116,113,70). Sum of RGB (Red+Green+Blue) = 116+113+70=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #747146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747146 is #8B8EB9. Grayscale: #6D6D6D. Windows color (decimal): -9146042 or 4616564. OLE color: 4616564.

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

Color convert

RGB 116 113 70 -
CMYK 0 0.03 0.40 0.55
HSL 56.09º 0.25% 0.36% -
HSV(B) 56.09º 0.4% 0.45% -
XYZ 14.21 15.97 8.13 -
YUV 109 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 116 113 70 0 0.03 0.40 0.55 56.09 0.25 0.36
Hex 74 71 46 0 3 28 37 38 19 24
Octal 164 161 106 0 3 50 67 70 31 44
Binary 1110100 1110001 1000110 0 11 101000 110111 111000 11001 100100

Color Harmonies of #747146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747146

Black with #747146

Text Example


Text Example

White with #747146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747146; }

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

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

background-color css

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

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

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

border-color css

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

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

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