Html Css Color HEX #728872 Davy's Grey

📋 copy color: '#728872'

red 114 ◦ green 136 ◦ blue 114

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

Shades of Davy's Grey #728872

Tints of Davy's Grey #728872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 31.32%
G = 37.36%
B = 31.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#728872 (or 0x728872) is known color: Davy's Grey. HEX triplet: 72, 88 and 72. RGB value is (114,136,114). Sum of RGB (Red+Green+Blue) = 114+136+114=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #728872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728872 is #8D778D. Grayscale: #7E7E7E. Windows color (decimal): -9271182 or 7506034. OLE color: 7506034.

HSL color Cylindrical-coordinate representation of color #728872: hue angle of 120º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #728872 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 136 114 -
CMYK 0.16 0 0.16 0.47
HSL 120º 0.09% 0.49% -
HSV(B) 120º 0.16% 0.53% -
XYZ 18.78 22.4 19.25 -
YUV 126.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 114 136 114 0.16 0 0.16 0.47 120 0.09 0.49
Hex 72 88 72 10 0 10 2F 78 9 31
Octal 162 210 162 20 0 20 57 170 11 61
Binary 1110010 10001000 1110010 10000 0 10000 101111 1111000 1001 110001

Color Harmonies of #728872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728872

Black with #728872

Text Example


Text Example

White with #728872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728872; }

 p { color: rgb(114,136,114); }

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

background-color css

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

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

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

border-color css

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

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

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