Html Css Color HEX #728271 Davy's Grey

📋 copy color: '#728271'

red 114 ◦ green 130 ◦ blue 113

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

Shades of Davy's Grey #728271

Tints of Davy's Grey #728271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 31.93%
G = 36.41%
B = 31.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#728271 (or 0x728271) is known color: Davy's Grey. HEX triplet: 72, 82 and 71. RGB value is (114,130,113). Sum of RGB (Red+Green+Blue) = 114+130+113=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #728271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728271 is #8D7D8E. Grayscale: #7B7B7B. Windows color (decimal): -9272719 or 7438962. OLE color: 7438962.

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

Color convert

RGB 114 130 113 -
CMYK 0.12 0 0.13 0.49
HSL 116.47º 0.07% 0.48% -
HSV(B) 116.47º 0.13% 0.51% -
XYZ 17.9 20.73 18.68 -
YUV 123.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 114 130 113 0.12 0 0.13 0.49 116.47 0.07 0.48
Hex 72 82 71 C 0 D 31 74 7 30
Octal 162 202 161 14 0 15 61 164 7 60
Binary 1110010 10000010 1110001 1100 0 1101 110001 1110100 111 110000

Color Harmonies of #728271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728271

Black with #728271

Text Example


Text Example

White with #728271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728271; }

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

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

background-color css

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

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

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

border-color css

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

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

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