#76525F

Color #76525F Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #76525F

Tints of Cosmic #76525F

Color information

#76525F (or 0x76525F) is unknown color: approx Cosmic. HEX triplet: 76, 52 and 5F. RGB value is (118,82,95). Sum of RGB (Red+Green+Blue) = 118+82+95=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76525F is #89ADA0. Grayscale: #5E5E5E. Windows color (decimal): -9022881 or 6247030. OLE color: 6247030.

HSL color Cylindrical-coordinate representation of color #76525F: hue angle of 338.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76525F is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1188295-
CMYK00.310.190.54
HSL338.33º18%39.22%-
HSV(B)338.33º30.51%46.27%-
XYZ12.5510.7112.23-
YUV94.25128.43144.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=40%
G=27.80%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118829500.310.190.54338.331839.22
Hex76525F01F13361521227
Octal16612213703723665222247
Binary1110110101001010111110111111001111011010101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76525F; }

 p { color: rgb(118,82,95); }

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

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

 a { background-color: rgb(118,82,95); }

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

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

 span { border-color: rgb(118,82,95); }

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