#76475C

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

Shades of Cosmic #76475C

Tints of Cosmic #76475C

Color information

#76475C (or 0x76475C) is unknown color: approx Cosmic. HEX triplet: 76, 47 and 5C. RGB value is (118,71,92). Sum of RGB (Red+Green+Blue) = 118+71+92=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76475C is #89B8A3. Grayscale: #575757. Windows color (decimal): -9025700 or 6047606. OLE color: 6047606.

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

Color convert

RGB1187192-
CMYK00.400.220.54
HSL333.19º24.87%37.06%-
HSV(B)333.19º39.83%46.27%-
XYZ11.669.1311.27-
YUV87.45130.57149.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=41.99%
G=25.27%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118719200.400.220.54333.1924.8737.06
Hex76475C028163614d1925
Octal16610713405026665153145
Binary11101101000111101110001010001011011011010100110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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