#758975

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

Shades of Davy's Grey #758975

Tints of Davy's Grey #758975

Color information

#758975 (or 0x758975) is unknown color: approx Davy's Grey. HEX triplet: 75, 89 and 75. RGB value is (117,137,117). Sum of RGB (Red+Green+Blue) = 117+137+117=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #758975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758975 is #8A768A. Grayscale: #808080. Windows color (decimal): -9074315 or 7702901. OLE color: 7702901.

HSL color Cylindrical-coordinate representation of color #758975: hue angle of 120º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758975 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB117137117-
CMYK0.1500.150.46
HSL120º7.87%49.8%-
HSV(B)120º14.6%53.73%-
XYZ19.4922.9620.23-
YUV128.74121.37119.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=31.54%
G=36.93%
B=31.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171371170.1500.150.461207.8749.8
Hex758975F0F2E78832
Octal16521116517017561701062
Binary111010110001001111010111110111110111011110001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758975; }

 p { color: rgb(117,137,117); }

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

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

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

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

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

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

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