Html Css Color HEX #728272 Davy's Grey

📋 copy color: '#728272'

red 114 ◦ green 130 ◦ blue 114

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

Shades of Davy's Grey #728272

Tints of Davy's Grey #728272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.31%

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

R = 31.84%
G = 36.31%
B = 31.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#728272 (or 0x728272) is known color: Davy's Grey. HEX triplet: 72, 82 and 72. RGB value is (114,130,114). Sum of RGB (Red+Green+Blue) = 114+130+114=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #728272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728272 is #8D7D8D. Grayscale: #7B7B7B. Windows color (decimal): -9272718 or 7504498. OLE color: 7504498.

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

Color convert

RGB 114 130 114 -
CMYK 0.12 0 0.12 0.49
HSL 120º 0.07% 0.48% -
HSV(B) 120º 0.12% 0.51% -
XYZ 17.96 20.76 18.98 -
YUV 123.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 114 130 114 0.12 0 0.12 0.49 120 0.07 0.48
Hex 72 82 72 C 0 C 31 78 7 30
Octal 162 202 162 14 0 14 61 170 7 60
Binary 1110010 10000010 1110010 1100 0 1100 110001 1111000 111 110000

Color Harmonies of #728272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728272

Black with #728272

Text Example


Text Example

White with #728272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728272; }

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

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

background-color css

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

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

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

border-color css

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

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

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