#765460

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

Shades of Cosmic #765460

Tints of Cosmic #765460

Color information

#765460 (or 0x765460) is unknown color: approx Cosmic. HEX triplet: 76, 54 and 60. RGB value is (118,84,96). Sum of RGB (Red+Green+Blue) = 118+84+96=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #765460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765460 is #89AB9F. Grayscale: #5F5F5F. Windows color (decimal): -9022368 or 6313078. OLE color: 6313078.

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

Color convert

RGB1188496-
CMYK00.290.190.54
HSL338.82º16.83%39.61%-
HSV(B)338.82º28.81%46.27%-
XYZ12.7511.0412.52-
YUV95.53128.26144.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=39.60%
G=28.19%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118849600.290.190.54338.8216.8339.61
Hex76546001D13361531128
Octal16612414003523665232150
Binary1110110101010011000000111011001111011010101001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765460; }

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

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

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

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

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

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

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

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