Html Css Color HEX #728472 Davy's Grey

📋 copy color: '#728472'

red 114 ◦ green 132 ◦ blue 114

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

Shades of Davy's Grey #728472

Tints of Davy's Grey #728472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

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

R = 31.67%
G = 36.67%
B = 31.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#728472 (or 0x728472) is known color: Davy's Grey. HEX triplet: 72, 84 and 72. RGB value is (114,132,114). Sum of RGB (Red+Green+Blue) = 114+132+114=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #728472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728472 is #8D7B8D. Grayscale: #7C7C7C. Windows color (decimal): -9272206 or 7505010. OLE color: 7505010.

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

Color convert

RGB 114 132 114 -
CMYK 0.14 0 0.14 0.48
HSL 120º 0.07% 0.48% -
HSV(B) 120º 0.14% 0.52% -
XYZ 18.23 21.29 19.07 -
YUV 124.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 114 132 114 0.14 0 0.14 0.48 120 0.07 0.48
Hex 72 84 72 E 0 E 30 78 7 30
Octal 162 204 162 16 0 16 60 170 7 60
Binary 1110010 10000100 1110010 1110 0 1110 110000 1111000 111 110000

Color Harmonies of #728472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728472

Black with #728472

Text Example


Text Example

White with #728472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728472; }

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

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

background-color css

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

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

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

border-color css

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

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

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