Html Css Color HEX #747244 Hemlock

📋 copy color: '#747244'

red 116 ◦ green 114 ◦ blue 68

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

Shades of Hemlock #747244

Tints of Hemlock #747244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 38.93%
G = 38.26%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#747244 (or 0x747244) is known color: Hemlock. HEX triplet: 74, 72 and 44. RGB value is (116,114,68). Sum of RGB (Red+Green+Blue) = 116+114+68=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #747244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747244 is #8B8DBB. Grayscale: #6D6D6D. Windows color (decimal): -9145788 or 4485748. OLE color: 4485748.

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

Color convert

RGB 116 114 68 -
CMYK 0 0.02 0.41 0.55
HSL 57.5º 0.26% 0.36% -
HSV(B) 57.5º 0.41% 0.45% -
XYZ 14.26 16.16 7.84 -
YUV 109.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 116 114 68 0 0.02 0.41 0.55 57.5 0.26 0.36
Hex 74 72 44 0 2 29 37 3A 1A 24
Octal 164 162 104 0 2 51 67 72 32 44
Binary 1110100 1110010 1000100 0 10 101001 110111 111010 11010 100100

Color Harmonies of #747244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747244

Black with #747244

Text Example


Text Example

White with #747244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747244; }

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

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

background-color css

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

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

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

border-color css

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

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

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