#76485A

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

Shades of Cosmic #76485A

Tints of Cosmic #76485A

Color information

#76485A (or 0x76485A) is unknown color: approx Cosmic. HEX triplet: 76, 48 and 5A. RGB value is (118,72,90). Sum of RGB (Red+Green+Blue) = 118+72+90=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76485A is #89B7A5. Grayscale: #575757. Windows color (decimal): -9025446 or 5916790. OLE color: 5916790.

HSL color Cylindrical-coordinate representation of color #76485A: hue angle of 336.52º 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 #76485A is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1187290-
CMYK00.390.240.54
HSL336.52º24.21%37.25%-
HSV(B)336.52º38.98%46.27%-
XYZ11.639.2210.84-
YUV87.81129.24149.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=42.14%
G=25.71%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118729000.390.240.54336.5224.2137.25
Hex76485A02718361511825
Octal16611013204730665213045
Binary11101101001000101101001001111100011011010101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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