Html Css Color HEX #726E3E Hemlock

📋 copy color: '#726E3E'

red 114 ◦ green 110 ◦ blue 62

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

Shades of Hemlock #726E3E

Tints of Hemlock #726E3E

RGB

 RED value IS 114 (44.92% from 255) = 39.86%

 GREEN value IS 110 (43.36% from 255) = 38.46%

 BLUE value IS 62 (24.61% from 255) = 21.68%

R = 39.86%
G = 38.46%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#726E3E (or 0x726E3E) is known color: Hemlock. HEX triplet: 72, 6E and 3E. RGB value is (114,110,62). Sum of RGB (Red+Green+Blue) = 114+110+62=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #726E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E3E is #8D91C1. Grayscale: #696969. Windows color (decimal): -9277890 or 4091506. OLE color: 4091506.

HSL color Cylindrical-coordinate representation of color #726E3E: hue angle of 55.38º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726E3E is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 110 62 -
CMYK 0 0.04 0.46 0.55
HSL 55.38º 0.3% 0.35% -
HSV(B) 55.38º 0.46% 0.45% -
XYZ 13.38 15.08 6.76 -
YUV 105.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 114 110 62 0 0.04 0.46 0.55 55.38 0.3 0.35
Hex 72 6E 3E 0 4 2E 37 37 1E 23
Octal 162 156 76 0 4 56 67 67 36 43
Binary 1110010 1101110 111110 0 100 101110 110111 110111 11110 100011

Color Harmonies of #726E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E3E

Black with #726E3E

Text Example


Text Example

White with #726E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726E3E; }

 p { color: rgb(114,110,62); }

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

background-color css

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

 a { background-color: rgb(114,110,62); }

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

border-color css

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

 span { border-color: rgb(114,110,62); }

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