#71876F

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

Shades of Davy's Grey #71876F

Tints of Davy's Grey #71876F

Color information

#71876F (or 0x71876F) is unknown color: approx Davy's Grey. HEX triplet: 71, 87 and 6F. RGB value is (113,135,111). Sum of RGB (Red+Green+Blue) = 113+135+111=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #71876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71876F is #8E7890. Grayscale: #7D7D7D. Windows color (decimal): -9336977 or 7309169. OLE color: 7309169.

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

Color convert

RGB113135111-
CMYK0.1600.180.47
HSL115º9.76%48.24%-
HSV(B)115º17.78%52.94%-
XYZ18.3421.9918.32-
YUV125.69119.71118.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.48%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=31.48%
G=37.60%
B=30.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351110.1600.180.471159.7648.24
Hex71876F100122F73a30
Octal16120715720022571631260
Binary11100011000011111011111000001001010111111100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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