Html Css Color HEX #728270 Davy's Grey

📋 copy color: '#728270'

red 114 ◦ green 130 ◦ blue 112

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

Shades of Davy's Grey #728270

Tints of Davy's Grey #728270

RGB

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

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

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

R = 32.02%
G = 36.52%
B = 31.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#728270 (or 0x728270) is known color: Davy's Grey. HEX triplet: 72, 82 and 70. RGB value is (114,130,112). Sum of RGB (Red+Green+Blue) = 114+130+112=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #728270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728270 is #8D7D8F. Grayscale: #7B7B7B. Windows color (decimal): -9272720 or 7373426. OLE color: 7373426.

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

Color convert

RGB 114 130 112 -
CMYK 0.12 0 0.14 0.49
HSL 113.33º 0.07% 0.47% -
HSV(B) 113.33º 0.14% 0.51% -
XYZ 17.85 20.71 18.39 -
YUV 123.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 114 130 112 0.12 0 0.14 0.49 113.33 0.07 0.47
Hex 72 82 70 C 0 E 31 71 7 2F
Octal 162 202 160 14 0 16 61 161 7 57
Binary 1110010 10000010 1110000 1100 0 1110 110001 1110001 111 101111

Color Harmonies of #728270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728270

Black with #728270

Text Example


Text Example

White with #728270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728270; }

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

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

background-color css

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

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

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

border-color css

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

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

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