#765463

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

Shades of Cosmic #765463

Tints of Cosmic #765463

Color information

#765463 (or 0x765463) is unknown color: approx Cosmic. HEX triplet: 76, 54 and 63. RGB value is (118,84,99). Sum of RGB (Red+Green+Blue) = 118+84+99=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765463 is #89AB9C. Grayscale: #5F5F5F. Windows color (decimal): -9022365 or 6509686. OLE color: 6509686.

HSL color Cylindrical-coordinate representation of color #765463: hue angle of 333.53º 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 #765463 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1188499-
CMYK00.290.160.54
HSL333.53º16.83%39.61%-
HSV(B)333.53º28.81%46.27%-
XYZ12.8911.0913.27-
YUV95.88129.76143.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=39.20%
G=27.91%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118849900.290.160.54333.5316.8339.61
Hex76546301D103614e1128
Octal16612414303520665162150
Binary1110110101010011000110111011000011011010100111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765463; }

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

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

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

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

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

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

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

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