Html Css Color HEX #728072 Davy's Grey

📋 copy color: '#728072'

red 114 ◦ green 128 ◦ blue 114

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

Shades of Davy's Grey #728072

Tints of Davy's Grey #728072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

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

R = 32.02%
G = 35.96%
B = 32.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#728072 (or 0x728072) is known color: Davy's Grey. HEX triplet: 72, 80 and 72. RGB value is (114,128,114). Sum of RGB (Red+Green+Blue) = 114+128+114=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #728072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728072 is #8D7F8D. Grayscale: #7A7A7A. Windows color (decimal): -9273230 or 7503986. OLE color: 7503986.

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

Color convert

RGB 114 128 114 -
CMYK 0.11 0 0.11 0.50
HSL 120º 0.06% 0.47% -
HSV(B) 120º 0.11% 0.5% -
XYZ 17.7 20.23 18.89 -
YUV 122.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 114 128 114 0.11 0 0.11 0.50 120 0.06 0.47
Hex 72 80 72 B 0 B 32 78 6 2F
Octal 162 200 162 13 0 13 62 170 6 57
Binary 1110010 10000000 1110010 1011 0 1011 110010 1111000 110 101111

Color Harmonies of #728072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728072

Black with #728072

Text Example


Text Example

White with #728072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728072; }

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

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

background-color css

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

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

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

border-color css

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

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

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