Html Css Color HEX #728570 Davy's Grey

📋 copy color: '#728570'

red 114 ◦ green 133 ◦ blue 112

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

Shades of Davy's Grey #728570

Tints of Davy's Grey #728570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 31.75%
G = 37.05%
B = 31.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#728570 (or 0x728570) is known color: Davy's Grey. HEX triplet: 72, 85 and 70. RGB value is (114,133,112). Sum of RGB (Red+Green+Blue) = 114+133+112=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #728570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728570 is #8D7A8F. Grayscale: #7C7C7C. Windows color (decimal): -9271952 or 7374194. OLE color: 7374194.

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

Color convert

RGB 114 133 112 -
CMYK 0.14 0 0.16 0.48
HSL 114.29º 0.09% 0.48% -
HSV(B) 114.29º 0.16% 0.52% -
XYZ 18.25 21.52 18.52 -
YUV 124.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 114 133 112 0.14 0 0.16 0.48 114.29 0.09 0.48
Hex 72 85 70 E 0 10 30 72 9 30
Octal 162 205 160 16 0 20 60 162 11 60
Binary 1110010 10000101 1110000 1110 0 10000 110000 1110010 1001 110000

Color Harmonies of #728570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728570

Black with #728570

Text Example


Text Example

White with #728570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728570; }

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

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

background-color css

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

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

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

border-color css

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

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

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