#758C72

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

Shades of Davy's Grey #758C72

Tints of Davy's Grey #758C72

Color information

#758C72 (or 0x758C72) is unknown color: approx Davy's Grey. HEX triplet: 75, 8C and 72. RGB value is (117,140,114). Sum of RGB (Red+Green+Blue) = 117+140+114=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #758C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C72 is #8A738D. Grayscale: #828282. Windows color (decimal): -9073550 or 7507061. OLE color: 7507061.

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

Color convert

RGB117140114-
CMYK0.1600.190.45
HSL113.08º10.24%49.8%-
HSV(B)113.08º18.57%54.9%-
XYZ19.7523.7519.46-
YUV130.16118.88118.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=31.54%
G=37.74%
B=30.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171401140.1600.190.45113.0810.2449.8
Hex758C72100132D71a32
Octal16521416220023551611262
Binary11101011000110011100101000001001110110111100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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