#758B73

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

Shades of Davy's Grey #758B73

Tints of Davy's Grey #758B73

Color information

#758B73 (or 0x758B73) is unknown color: approx Davy's Grey. HEX triplet: 75, 8B and 73. RGB value is (117,139,115). Sum of RGB (Red+Green+Blue) = 117+139+115=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #758B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B73 is #8A748C. Grayscale: #818181. Windows color (decimal): -9073805 or 7572341. OLE color: 7572341.

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

Color convert

RGB117139115-
CMYK0.1600.170.45
HSL115º9.45%49.8%-
HSV(B)115º17.27%54.51%-
XYZ19.6623.4819.72-
YUV129.69119.71118.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=31.54%
G=37.47%
B=31.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171391150.1600.170.451159.4549.8
Hex758B73100112D73932
Octal16521316320021551631162
Binary11101011000101111100111000001000110110111100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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