#763860

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

Shades of Cosmic #763860

Tints of Cosmic #763860

Color information

#763860 (or 0x763860) is unknown color: approx Cosmic. HEX triplet: 76, 38 and 60. RGB value is (118,56,96). Sum of RGB (Red+Green+Blue) = 118+56+96=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #763860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763860 is #89C79F. Grayscale: #4F4F4F. Windows color (decimal): -9029536 or 6305910. OLE color: 6305910.

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

Color convert

RGB1185696-
CMYK00.530.190.54
HSL321.29º35.63%34.12%-
HSV(B)321.29º52.54%46.27%-
XYZ117.5211.94-
YUV79.1137.54155.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=43.70%
G=20.74%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118569600.530.190.54321.2935.6334.12
Hex76386003513361412422
Octal1667014006523665014442
Binary11101101110001100000011010110011110110101000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763860; }

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

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

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

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

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

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

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

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