#758876

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

Shades of Davy's Grey #758876

Tints of Davy's Grey #758876

Color information

#758876 (or 0x758876) is unknown color: approx Davy's Grey. HEX triplet: 75, 88 and 76. RGB value is (117,136,118). Sum of RGB (Red+Green+Blue) = 117+136+118=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #758876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758876 is #8A7789. Grayscale: #808080. Windows color (decimal): -9074570 or 7768181. OLE color: 7768181.

HSL color Cylindrical-coordinate representation of color #758876: hue angle of 123.16º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #758876 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB117136118-
CMYK0.1400.130.47
HSL123.16º7.51%49.61%-
HSV(B)123.16º13.97%53.33%-
XYZ19.4122.720.5-
YUV128.27122.21119.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=31.54%
G=36.66%
B=31.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171361180.1400.130.47123.167.5149.61
Hex758876E0D2F7b832
Octal16521016616015571731062
Binary111010110001000111011011100110110111111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758876; }

 p { color: rgb(117,136,118); }

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

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

 a { background-color: rgb(117,136,118); }

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

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

 span { border-color: rgb(117,136,118); }

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