#71846F

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

Shades of Davy's Grey #71846F

Tints of Davy's Grey #71846F

Color information

#71846F (or 0x71846F) is unknown color: approx Davy's Grey. HEX triplet: 71, 84 and 6F. RGB value is (113,132,111). Sum of RGB (Red+Green+Blue) = 113+132+111=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #71846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71846F is #8E7B90. Grayscale: #7B7B7B. Windows color (decimal): -9337745 or 7308401. OLE color: 7308401.

HSL color Cylindrical-coordinate representation of color #71846F: hue angle of 114.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71846F is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB113132111-
CMYK0.1400.160.48
HSL114.29º8.64%47.65%-
HSV(B)114.29º15.91%51.76%-
XYZ17.9321.1618.18-
YUV123.92120.71120.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=31.74%
G=37.08%
B=31.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321110.1400.160.48114.298.6447.65
Hex71846FE0103072930
Octal16120415716020601621160
Binary1110001100001001101111111001000011000011100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71846F; }

 p { color: rgb(113,132,111); }

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

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

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

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

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

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

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