Html Css Color HEX #728572 Davy's Grey

📋 copy color: '#728572'

red 114 ◦ green 133 ◦ blue 114

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

Shades of Davy's Grey #728572

Tints of Davy's Grey #728572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

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

R = 31.58%
G = 36.84%
B = 31.58%

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

#728572 (or 0x728572) is known color: Davy's Grey. HEX triplet: 72, 85 and 72. RGB value is (114,133,114). Sum of RGB (Red+Green+Blue) = 114+133+114=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #728572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728572 is #8D7A8D. Grayscale: #7D7D7D. Windows color (decimal): -9271950 or 7505266. OLE color: 7505266.

HSL color Cylindrical-coordinate representation of color #728572: hue angle of 120º degrees, saturation: 0.08, 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 #728572 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 114 -
CMYK 0.14 0 0.14 0.48
HSL 120º 0.08% 0.48% -
HSV(B) 120º 0.14% 0.52% -
XYZ 18.36 21.57 19.11 -
YUV 125.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 114 133 114 0.14 0 0.14 0.48 120 0.08 0.48
Hex 72 85 72 E 0 E 30 78 8 30
Octal 162 205 162 16 0 16 60 170 10 60
Binary 1110010 10000101 1110010 1110 0 1110 110000 1111000 1000 110000

Color Harmonies of #728572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728572

Black with #728572

Text Example


Text Example

White with #728572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728572; }

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

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

background-color css

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

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

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

border-color css

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

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

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