#76485C

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

Shades of Cosmic #76485C

Tints of Cosmic #76485C

Color information

#76485C (or 0x76485C) is unknown color: approx Cosmic. HEX triplet: 76, 48 and 5C. RGB value is (118,72,92). Sum of RGB (Red+Green+Blue) = 118+72+92=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76485C is #89B7A3. Grayscale: #585858. Windows color (decimal): -9025444 or 6047862. OLE color: 6047862.

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

Color convert

RGB1187292-
CMYK00.390.220.54
HSL333.91º24.21%37.25%-
HSV(B)333.91º38.98%46.27%-
XYZ11.729.2611.29-
YUV88.03130.24149.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=41.84%
G=25.53%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118729200.390.220.54333.9124.2137.25
Hex76485C027163614e1825
Octal16611013404726665163045
Binary11101101001000101110001001111011011011010100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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