Html Css Color HEX #727050 Hemlock

📋 copy color: '#727050'

red 114 ◦ green 112 ◦ blue 80

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

Shades of Hemlock #727050

Tints of Hemlock #727050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 37.25%
G = 36.6%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#727050 (or 0x727050) is known color: Hemlock. HEX triplet: 72, 70 and 50. RGB value is (114,112,80). Sum of RGB (Red+Green+Blue) = 114+112+80=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #727050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727050 is #8D8FAF. Grayscale: #6D6D6D. Windows color (decimal): -9277360 or 5271666. OLE color: 5271666.

HSL color Cylindrical-coordinate representation of color #727050: hue angle of 56.47º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727050 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 80 -
CMYK 0 0.02 0.30 0.55
HSL 56.47º 0.18% 0.38% -
HSV(B) 56.47º 0.3% 0.45% -
XYZ 14.18 15.74 9.88 -
YUV 108.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 114 112 80 0 0.02 0.30 0.55 56.47 0.18 0.38
Hex 72 70 50 0 2 1E 37 38 12 26
Octal 162 160 120 0 2 36 67 70 22 46
Binary 1110010 1110000 1010000 0 10 11110 110111 111000 10010 100110

Color Harmonies of #727050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727050

Black with #727050

Text Example


Text Example

White with #727050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727050; }

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

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

background-color css

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

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

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

border-color css

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

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

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