#758D75

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

Shades of Davy's Grey #758D75

Tints of Davy's Grey #758D75

Color information

#758D75 (or 0x758D75) is unknown color: approx Davy's Grey. HEX triplet: 75, 8D and 75. RGB value is (117,141,117). Sum of RGB (Red+Green+Blue) = 117+141+117=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #758D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D75 is #8A728A. Grayscale: #838383. Windows color (decimal): -9073291 or 7703925. OLE color: 7703925.

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

Color convert

RGB117141117-
CMYK0.1700.170.45
HSL120º9.52%50.59%-
HSV(B)120º17.02%55.29%-
XYZ20.0724.1220.43-
YUV131.09120.05117.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=31.2%
G=37.6%
B=31.2%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171411170.1700.170.451209.5250.59
Hex758D75110112D78a33
Octal16521516521021551701263
Binary11101011000110111101011000101000110110111110001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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