#76486A

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

Shades of Cosmic #76486A

Tints of Cosmic #76486A

Color information

#76486A (or 0x76486A) is unknown color: approx Cosmic. HEX triplet: 76, 48 and 6A. RGB value is (118,72,106). Sum of RGB (Red+Green+Blue) = 118+72+106=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76486A is #89B795. Grayscale: #595959. Windows color (decimal): -9025430 or 6965366. OLE color: 6965366.

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

Color convert

RGB11872106-
CMYK00.390.100.54
HSL315.65º24.21%37.25%-
HSV(B)315.65º38.98%46.27%-
XYZ12.399.5314.82-
YUV89.63137.24148.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=39.86%
G=24.32%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187210600.390.100.54315.6524.2137.25
Hex76486A027A3613c1825
Octal16611015204712664743045
Binary1110110100100011010100100111101011011010011110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76486A; }

 p { color: rgb(118,72,106); }

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

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

 a { background-color: rgb(118,72,106); }

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

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

 span { border-color: rgb(118,72,106); }

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