#758C76

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

Shades of Davy's Grey #758C76

Tints of Davy's Grey #758C76

Color information

#758C76 (or 0x758C76) is unknown color: approx Davy's Grey. HEX triplet: 75, 8C and 76. RGB value is (117,140,118). Sum of RGB (Red+Green+Blue) = 117+140+118=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #758C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C76 is #8A7389. Grayscale: #828282. Windows color (decimal): -9073546 or 7769205. OLE color: 7769205.

HSL color Cylindrical-coordinate representation of color #758C76: hue angle of 122.61º 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 #758C76 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB117140118-
CMYK0.1600.160.45
HSL122.61º9.09%50.39%-
HSV(B)122.61º16.43%54.9%-
XYZ19.9823.8520.69-
YUV130.61120.88118.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=31.2%
G=37.33%
B=31.47%

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
Decimal1171401180.1600.160.45122.619.0950.39
Hex758C76100102D7b932
Octal16521416620020551731162
Binary11101011000110011101101000001000010110111110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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