#75475A

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

Shades of Cosmic #75475A

Tints of Cosmic #75475A

Color information

#75475A (or 0x75475A) is unknown color: approx Cosmic. HEX triplet: 75, 47 and 5A. RGB value is (117,71,90). Sum of RGB (Red+Green+Blue) = 117+71+90=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75475A is #8AB8A5. Grayscale: #565656. Windows color (decimal): -9091238 or 5916533. OLE color: 5916533.

HSL color Cylindrical-coordinate representation of color #75475A: hue angle of 335.22º 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 #75475A is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1177190-
CMYK00.390.230.54
HSL335.22º24.47%36.86%-
HSV(B)335.22º39.32%45.88%-
XYZ11.439.0310.81-
YUV86.92129.74149.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=42.09%
G=25.54%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117719000.390.230.54335.2224.4736.86
Hex75475A027173614f1825
Octal16510713204727665173045
Binary11101011000111101101001001111011111011010100111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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