#75475C

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

Shades of Cosmic #75475C

Tints of Cosmic #75475C

Color information

#75475C (or 0x75475C) is unknown color: approx Cosmic. HEX triplet: 75, 47 and 5C. RGB value is (117,71,92). Sum of RGB (Red+Green+Blue) = 117+71+92=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75475C is #8AB8A3. Grayscale: #575757. Windows color (decimal): -9091236 or 6047605. OLE color: 6047605.

HSL color Cylindrical-coordinate representation of color #75475C: hue angle of 332.61º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75475C is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1177192-
CMYK00.390.210.54
HSL332.61º24.47%36.86%-
HSV(B)332.61º39.32%45.88%-
XYZ11.529.0611.27-
YUV87.15130.74149.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=41.79%
G=25.36%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117719200.390.210.54332.6124.4736.86
Hex75475C027153614d1825
Octal16510713404725665153045
Binary11101011000111101110001001111010111011010100110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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