#758874

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

Shades of Davy's Grey #758874

Tints of Davy's Grey #758874

Color information

#758874 (or 0x758874) is unknown color: approx Davy's Grey. HEX triplet: 75, 88 and 74. RGB value is (117,136,116). Sum of RGB (Red+Green+Blue) = 117+136+116=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #758874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758874 is #8A778B. Grayscale: #808080. Windows color (decimal): -9074572 or 7637109. OLE color: 7637109.

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

Color convert

RGB117136116-
CMYK0.1400.150.47
HSL117º7.94%49.41%-
HSV(B)117º14.71%53.33%-
XYZ19.2922.6519.88-
YUV128.04121.21120.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=31.71%
G=36.86%
B=31.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171361160.1400.150.471177.9449.41
Hex758874E0F2F75831
Octal16521016416017571651061
Binary111010110001000111010011100111110111111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758874; }

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

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

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

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

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

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

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

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