Html Css Color HEX #72703E Hemlock

📋 copy color: '#72703E'

red 114 ◦ green 112 ◦ blue 62

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

Shades of Hemlock #72703E

Tints of Hemlock #72703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

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

R = 39.58%
G = 38.89%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72703E (or 0x72703E) is known color: Hemlock. HEX triplet: 72, 70 and 3E. RGB value is (114,112,62). Sum of RGB (Red+Green+Blue) = 114+112+62=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #72703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72703E is #8D8FC1. Grayscale: #6B6B6B. Windows color (decimal): -9277378 or 4092018. OLE color: 4092018.

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

Color convert

RGB 114 112 62 -
CMYK 0 0.02 0.46 0.55
HSL 57.69º 0.3% 0.35% -
HSV(B) 57.69º 0.46% 0.45% -
XYZ 13.6 15.51 6.83 -
YUV 106.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 114 112 62 0 0.02 0.46 0.55 57.69 0.3 0.35
Hex 72 70 3E 0 2 2E 37 3A 1E 23
Octal 162 160 76 0 2 56 67 72 36 43
Binary 1110010 1110000 111110 0 10 101110 110111 111010 11110 100011

Color Harmonies of #72703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72703E

Black with #72703E

Text Example


Text Example

White with #72703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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