Html Css Color HEX #728871 Davy's Grey

📋 copy color: '#728871'

red 114 ◦ green 136 ◦ blue 113

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

Shades of Davy's Grey #728871

Tints of Davy's Grey #728871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 31.4%
G = 37.47%
B = 31.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#728871 (or 0x728871) is known color: Davy's Grey. HEX triplet: 72, 88 and 71. RGB value is (114,136,113). Sum of RGB (Red+Green+Blue) = 114+136+113=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #728871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728871 is #8D778E. Grayscale: #7E7E7E. Windows color (decimal): -9271183 or 7440498. OLE color: 7440498.

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

Color convert

RGB 114 136 113 -
CMYK 0.16 0 0.17 0.47
HSL 117.39º 0.09% 0.49% -
HSV(B) 117.39º 0.17% 0.53% -
XYZ 18.72 22.38 18.96 -
YUV 126.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 114 136 113 0.16 0 0.17 0.47 117.39 0.09 0.49
Hex 72 88 71 10 0 11 2F 75 9 31
Octal 162 210 161 20 0 21 57 165 11 61
Binary 1110010 10001000 1110001 10000 0 10001 101111 1110101 1001 110001

Color Harmonies of #728871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728871

Black with #728871

Text Example


Text Example

White with #728871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728871; }

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

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

background-color css

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

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

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

border-color css

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

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

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