#765060

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

Shades of Cosmic #765060

Tints of Cosmic #765060

Color information

#765060 (or 0x765060) is unknown color: approx Cosmic. HEX triplet: 76, 50 and 60. RGB value is (118,80,96). Sum of RGB (Red+Green+Blue) = 118+80+96=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #765060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765060 is #89AF9F. Grayscale: #5D5D5D. Windows color (decimal): -9023392 or 6312054. OLE color: 6312054.

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

Color convert

RGB1188096-
CMYK00.320.190.54
HSL334.74º19.19%38.82%-
HSV(B)334.74º32.2%46.27%-
XYZ12.4510.4312.42-
YUV93.19129.59145.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=40.14%
G=27.21%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118809600.320.190.54334.7419.1938.82
Hex765060020133614f1327
Octal16612014004023665172347
Binary11101101010000110000001000001001111011010100111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765060; }

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

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

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

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

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

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

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

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