#76475A

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

Shades of Cosmic #76475A

Tints of Cosmic #76475A

Color information

#76475A (or 0x76475A) is unknown color: approx Cosmic. HEX triplet: 76, 47 and 5A. RGB value is (118,71,90). Sum of RGB (Red+Green+Blue) = 118+71+90=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76475A is #89B8A5. Grayscale: #575757. Windows color (decimal): -9025702 or 5916534. OLE color: 5916534.

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

Color convert

RGB1187190-
CMYK00.400.240.54
HSL335.74º24.87%37.06%-
HSV(B)335.74º39.83%46.27%-
XYZ11.579.110.82-
YUV87.22129.57149.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=42.29%
G=25.45%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118719000.400.240.54335.7424.8737.06
Hex76475A02818361501925
Octal16610713205030665203145
Binary11101101000111101101001010001100011011010101000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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