#76495C

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

Shades of Cosmic #76495C

Tints of Cosmic #76495C

Color information

#76495C (or 0x76495C) is unknown color: approx Cosmic. HEX triplet: 76, 49 and 5C. RGB value is (118,73,92). Sum of RGB (Red+Green+Blue) = 118+73+92=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76495C is #89B6A3. Grayscale: #585858. Windows color (decimal): -9025188 or 6048118. OLE color: 6048118.

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

Color convert

RGB1187392-
CMYK00.380.220.54
HSL334.67º23.56%37.45%-
HSV(B)334.67º38.14%46.27%-
XYZ11.799.3911.32-
YUV88.62129.91148.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=41.70%
G=25.80%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118739200.380.220.54334.6723.5637.45
Hex76495C026163614f1825
Octal16611113404626665173045
Binary11101101001001101110001001101011011011010100111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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