#758F75

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

Shades of Davy's Grey #758F75

Tints of Davy's Grey #758F75

Color information

#758F75 (or 0x758F75) is unknown color: approx Davy's Grey. HEX triplet: 75, 8F and 75. RGB value is (117,143,117). Sum of RGB (Red+Green+Blue) = 117+143+117=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #758F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F75 is #8A708A. Grayscale: #848484. Windows color (decimal): -9072779 or 7704437. OLE color: 7704437.

HSL color Cylindrical-coordinate representation of color #758F75: hue angle of 120º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F75 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB117143117-
CMYK0.1800.180.44
HSL120º10.4%50.98%-
HSV(B)120º18.18%56.08%-
XYZ20.3724.7120.53-
YUV132.26119.39117.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=31.03%
G=37.93%
B=31.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171431170.1800.180.4412010.450.98
Hex758F75120122C78a33
Octal16521716522022541701263
Binary11101011000111111101011001001001010110011110001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758F75; }

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

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

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

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

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

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

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

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