#718771

Color #718771 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #718771

Tints of Davy's Grey #718771

Color information

#718771 (or 0x718771) is unknown color: approx Davy's Grey. HEX triplet: 71, 87 and 71. RGB value is (113,135,113). Sum of RGB (Red+Green+Blue) = 113+135+113=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #718771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718771 is #8E788E. Grayscale: #7D7D7D. Windows color (decimal): -9336975 or 7440241. OLE color: 7440241.

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

Color convert

RGB113135113-
CMYK0.1600.160.47
HSL120º8.87%48.63%-
HSV(B)120º16.3%52.94%-
XYZ18.4522.0318.9-
YUV125.91120.71118.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=31.30%
G=37.40%
B=31.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351130.1600.160.471208.8748.63
Hex718771100102F78931
Octal16120716120020571701161
Binary11100011000011111100011000001000010111111110001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718771; }

 p { color: rgb(113,135,113); }

 H1.HeaderClassName
 {
   color: #718771;
 }
 .AnyTagClassName
 {
   color: #718771;
 }
</style>
background-color css

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

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

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

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

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

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