#758576

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

Shades of Davy's Grey #758576

Tints of Davy's Grey #758576

Color information

#758576 (or 0x758576) is unknown color: approx Davy's Grey. HEX triplet: 75, 85 and 76. RGB value is (117,133,118). Sum of RGB (Red+Green+Blue) = 117+133+118=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #758576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758576 is #8A7A89. Grayscale: #7E7E7E. Windows color (decimal): -9075338 or 7767413. OLE color: 7767413.

HSL color Cylindrical-coordinate representation of color #758576: hue angle of 123.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #758576 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB117133118-
CMYK0.1200.110.48
HSL123.75º6.4%49.02%-
HSV(B)123.75º12.03%52.16%-
XYZ18.9921.8620.36-
YUV126.51123.2121.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=31.79%
G=36.14%
B=32.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331180.1200.110.48123.756.449.02
Hex758576C0B307c631
Octal1652051661401360174661
Binary11101011000010111101101100010111100001111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758576; }

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

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

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

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

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

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

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

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