#758C75

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

Shades of Davy's Grey #758C75

Tints of Davy's Grey #758C75

Color information

#758C75 (or 0x758C75) is unknown color: approx Davy's Grey. HEX triplet: 75, 8C and 75. RGB value is (117,140,117). Sum of RGB (Red+Green+Blue) = 117+140+117=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #758C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C75 is #8A738A. Grayscale: #828282. Windows color (decimal): -9073547 or 7703669. OLE color: 7703669.

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

Color convert

RGB117140117-
CMYK0.1600.160.45
HSL120º9.09%50.39%-
HSV(B)120º16.43%54.9%-
XYZ19.9323.8220.38-
YUV130.5120.38118.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 140 (55.08% from 255) = 37.43%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=31.28%
G=37.43%
B=31.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171401170.1600.160.451209.0950.39
Hex758C75100102D78932
Octal16521416520020551701162
Binary11101011000110011101011000001000010110111110001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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