Html Css Color HEX #728071 Davy's Grey

📋 copy color: '#728071'

red 114 ◦ green 128 ◦ blue 113

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

Shades of Davy's Grey #728071

Tints of Davy's Grey #728071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

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

R = 32.11%
G = 36.06%
B = 31.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#728071 (or 0x728071) is known color: Davy's Grey. HEX triplet: 72, 80 and 71. RGB value is (114,128,113). Sum of RGB (Red+Green+Blue) = 114+128+113=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 128 - color contains mainly: green. Hex color #728071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728071 is #8D7F8E. Grayscale: #7A7A7A. Windows color (decimal): -9273231 or 7438450. OLE color: 7438450.

HSL color Cylindrical-coordinate representation of color #728071: hue angle of 116º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #728071 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 128 113 -
CMYK 0.11 0 0.12 0.50
HSL 116º 0.06% 0.47% -
HSV(B) 116º 0.12% 0.5% -
XYZ 17.64 20.21 18.59 -
YUV 122.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 114 128 113 0.11 0 0.12 0.50 116 0.06 0.47
Hex 72 80 71 B 0 C 32 74 6 2F
Octal 162 200 161 13 0 14 62 164 6 57
Binary 1110010 10000000 1110001 1011 0 1100 110010 1110100 110 101111

Color Harmonies of #728071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728071

Black with #728071

Text Example


Text Example

White with #728071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728071; }

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

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

background-color css

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

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

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

border-color css

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

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

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