#765160

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

Shades of Cosmic #765160

Tints of Cosmic #765160

Color information

#765160 (or 0x765160) is unknown color: approx Cosmic. HEX triplet: 76, 51 and 60. RGB value is (118,81,96). Sum of RGB (Red+Green+Blue) = 118+81+96=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #765160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765160 is #89AE9F. Grayscale: #5D5D5D. Windows color (decimal): -9023136 or 6312310. OLE color: 6312310.

HSL color Cylindrical-coordinate representation of color #765160: hue angle of 335.68º degrees, saturation: 0.19, 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 #765160 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1188196-
CMYK00.310.190.54
HSL335.68º18.59%39.02%-
HSV(B)335.68º31.36%46.27%-
XYZ12.5210.5812.45-
YUV93.77129.26145.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=40%
G=27.46%
B=32.54%

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
Decimal118819600.310.190.54335.6818.5939.02
Hex76516001F13361501327
Octal16612114003723665202347
Binary1110110101000111000000111111001111011010101000010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765160; }

 p { color: rgb(118,81,96); }

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

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

 a { background-color: rgb(118,81,96); }

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

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

 span { border-color: rgb(118,81,96); }

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