Html Css Color HEX #72713F Hemlock

📋 copy color: '#72713F'

red 114 ◦ green 113 ◦ blue 63

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

Shades of Hemlock #72713F

Tints of Hemlock #72713F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.72%

R = 39.31%
G = 38.97%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72713F (or 0x72713F) is known color: Hemlock. HEX triplet: 72, 71 and 3F. RGB value is (114,113,63). Sum of RGB (Red+Green+Blue) = 114+113+63=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #72713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72713F is #8D8EC0. Grayscale: #6B6B6B. Windows color (decimal): -9277121 or 4157810. OLE color: 4157810.

HSL color Cylindrical-coordinate representation of color #72713F: hue angle of 58.82º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72713F is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 63 -
CMYK 0 0.01 0.45 0.55
HSL 58.82º 0.29% 0.35% -
HSV(B) 58.82º 0.45% 0.45% -
XYZ 13.74 15.75 7.02 -
YUV 107.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 114 113 63 0 0.01 0.45 0.55 58.82 0.29 0.35
Hex 72 71 3F 0 1 2D 37 3B 1D 23
Octal 162 161 77 0 1 55 67 73 35 43
Binary 1110010 1110001 111111 0 1 101101 110111 111011 11101 100011

Color Harmonies of #72713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72713F

Black with #72713F

Text Example


Text Example

White with #72713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72713F; }

 p { color: rgb(114,113,63); }

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

background-color css

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

 a { background-color: rgb(114,113,63); }

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

border-color css

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

 span { border-color: rgb(114,113,63); }

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