#76455C

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

Shades of Cosmic #76455C

Tints of Cosmic #76455C

Color information

#76455C (or 0x76455C) is unknown color: approx Cosmic. HEX triplet: 76, 45 and 5C. RGB value is (118,69,92). Sum of RGB (Red+Green+Blue) = 118+69+92=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76455C is #89BAA3. Grayscale: #565656. Windows color (decimal): -9026212 or 6047094. OLE color: 6047094.

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

Color convert

RGB1186992-
CMYK00.420.220.54
HSL331.84º26.2%36.67%-
HSV(B)331.84º41.53%46.27%-
XYZ11.538.8811.23-
YUV86.27131.23150.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=42.29%
G=24.73%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118699200.420.220.54331.8426.236.67
Hex76455C02A163614c1a25
Octal16610513405226665143245
Binary11101101000101101110001010101011011011010100110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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