Html Css Color HEX #747242 Hemlock

📋 copy color: '#747242'

red 116 ◦ green 114 ◦ blue 66

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

Shades of Hemlock #747242

Tints of Hemlock #747242

RGB

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

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

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

R = 39.19%
G = 38.51%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#747242 (or 0x747242) is known color: Hemlock. HEX triplet: 74, 72 and 42. RGB value is (116,114,66). Sum of RGB (Red+Green+Blue) = 116+114+66=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #747242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747242 is #8B8DBD. Grayscale: #6D6D6D. Windows color (decimal): -9145790 or 4354676. OLE color: 4354676.

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

Color convert

RGB 116 114 66 -
CMYK 0 0.02 0.43 0.55
HSL 57.6º 0.27% 0.36% -
HSV(B) 57.6º 0.43% 0.45% -
XYZ 14.2 16.14 7.52 -
YUV 109.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 116 114 66 0 0.02 0.43 0.55 57.6 0.27 0.36
Hex 74 72 42 0 2 2B 37 3A 1B 24
Octal 164 162 102 0 2 53 67 72 33 44
Binary 1110100 1110010 1000010 0 10 101011 110111 111010 11011 100100

Color Harmonies of #747242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747242

Black with #747242

Text Example


Text Example

White with #747242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747242; }

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

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

background-color css

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

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

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

border-color css

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

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

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