#758E73

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

Shades of Davy's Grey #758E73

Tints of Davy's Grey #758E73

Color information

#758E73 (or 0x758E73) is unknown color: approx Davy's Grey. HEX triplet: 75, 8E and 73. RGB value is (117,142,115). Sum of RGB (Red+Green+Blue) = 117+142+115=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 142 - color contains mainly: green. Hex color #758E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E73 is #8A718C. Grayscale: #838383. Windows color (decimal): -9073037 or 7573109. OLE color: 7573109.

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

Color convert

RGB117142115-
CMYK0.1800.190.44
HSL115.56º10.67%50.39%-
HSV(B)115.56º19.01%55.69%-
XYZ20.124.3719.86-
YUV131.45118.72117.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=31.28%
G=37.97%
B=30.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171421150.1800.190.44115.5610.6750.39
Hex758E73120132C74b32
Octal16521616322023541641362
Binary11101011000111011100111001001001110110011101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,115); }

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

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

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

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

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

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

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