#76495A

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

Shades of Cosmic #76495A

Tints of Cosmic #76495A

Color information

#76495A (or 0x76495A) is unknown color: approx Cosmic. HEX triplet: 76, 49 and 5A. RGB value is (118,73,90). Sum of RGB (Red+Green+Blue) = 118+73+90=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76495A is #89B6A5. Grayscale: #585858. Windows color (decimal): -9025190 or 5917046. OLE color: 5917046.

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

Color convert

RGB1187390-
CMYK00.380.240.54
HSL337.33º23.56%37.45%-
HSV(B)337.33º38.14%46.27%-
XYZ11.79.3510.86-
YUV88.39128.91149.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=41.99%
G=25.98%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118739000.380.240.54337.3323.5637.45
Hex76495A02618361511825
Octal16611113204630665213045
Binary11101101001001101101001001101100011011010101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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