#76455E

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

Shades of Cosmic #76455E

Tints of Cosmic #76455E

Color information

#76455E (or 0x76455E) is unknown color: approx Cosmic. HEX triplet: 76, 45 and 5E. RGB value is (118,69,94). Sum of RGB (Red+Green+Blue) = 118+69+94=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76455E is #89BAA1. Grayscale: #565656. Windows color (decimal): -9026210 or 6178166. OLE color: 6178166.

HSL color Cylindrical-coordinate representation of color #76455E: hue angle of 329.39º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76455E is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1186994-
CMYK00.420.200.54
HSL329.39º26.2%36.67%-
HSV(B)329.39º41.53%46.27%-
XYZ11.628.9211.7-
YUV86.5132.23150.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=41.99%
G=24.56%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118699400.420.200.54329.3926.236.67
Hex76455E02A14361491a25
Octal16610513605224665113245
Binary11101101000101101111001010101010011011010100100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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