Html Css Color HEX #728A71 Davy's Grey

📋 copy color: '#728A71'

red 114 ◦ green 138 ◦ blue 113

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

Shades of Davy's Grey #728A71

Tints of Davy's Grey #728A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

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

R = 31.23%
G = 37.81%
B = 30.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#728A71 (or 0x728A71) is known color: Davy's Grey. HEX triplet: 72, 8A and 71. RGB value is (114,138,113). Sum of RGB (Red+Green+Blue) = 114+138+113=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 138 - color contains mainly: green. Hex color #728A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728A71 is #8D758E. Grayscale: #808080. Windows color (decimal): -9270671 or 7441010. OLE color: 7441010.

HSL color Cylindrical-coordinate representation of color #728A71: hue angle of 117.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728A71 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 138 113 -
CMYK 0.17 0 0.18 0.46
HSL 117.6º 0.1% 0.49% -
HSV(B) 117.6º 0.18% 0.54% -
XYZ 19.01 22.95 19.05 -
YUV 127.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 114 138 113 0.17 0 0.18 0.46 117.6 0.1 0.49
Hex 72 8A 71 11 0 12 2E 76 A 31
Octal 162 212 161 21 0 22 56 166 12 61
Binary 1110010 10001010 1110001 10001 0 10010 101110 1110110 1010 110001

Color Harmonies of #728A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728A71

Black with #728A71

Text Example


Text Example

White with #728A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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