Html Css Color HEX #747142 Hemlock

📋 copy color: '#747142'

red 116 ◦ green 113 ◦ blue 66

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

Shades of Hemlock #747142

Tints of Hemlock #747142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 39.32%
G = 38.31%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#747142 (or 0x747142) is known color: Hemlock. HEX triplet: 74, 71 and 42. RGB value is (116,113,66). Sum of RGB (Red+Green+Blue) = 116+113+66=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #747142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747142 is #8B8EBD. Grayscale: #6C6C6C. Windows color (decimal): -9146046 or 4354420. OLE color: 4354420.

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

Color convert

RGB 116 113 66 -
CMYK 0 0.03 0.43 0.55
HSL 56.4º 0.27% 0.36% -
HSV(B) 56.4º 0.43% 0.45% -
XYZ 14.09 15.92 7.48 -
YUV 108.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 116 113 66 0 0.03 0.43 0.55 56.4 0.27 0.36
Hex 74 71 42 0 3 2B 37 38 1B 24
Octal 164 161 102 0 3 53 67 70 33 44
Binary 1110100 1110001 1000010 0 11 101011 110111 111000 11011 100100

Color Harmonies of #747142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747142

Black with #747142

Text Example


Text Example

White with #747142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747142; }

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

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

background-color css

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

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

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

border-color css

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

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

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