#76485E

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

Shades of Cosmic #76485E

Tints of Cosmic #76485E

Color information

#76485E (or 0x76485E) is unknown color: approx Cosmic. HEX triplet: 76, 48 and 5E. RGB value is (118,72,94). Sum of RGB (Red+Green+Blue) = 118+72+94=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76485E is #89B7A1. Grayscale: #585858. Windows color (decimal): -9025442 or 6178934. OLE color: 6178934.

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

Color convert

RGB1187294-
CMYK00.390.200.54
HSL331.3º24.21%37.25%-
HSV(B)331.3º38.98%46.27%-
XYZ11.819.2911.76-
YUV88.26131.24149.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=41.55%
G=25.35%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118729400.390.200.54331.324.2137.25
Hex76485E027143614b1825
Octal16611013604724665133045
Binary11101101001000101111001001111010011011010100101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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