#75485E

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

Shades of Cosmic #75485E

Tints of Cosmic #75485E

Color information

#75485E (or 0x75485E) is unknown color: approx Cosmic. HEX triplet: 75, 48 and 5E. RGB value is (117,72,94). Sum of RGB (Red+Green+Blue) = 117+72+94=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #75485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75485E is #8AB7A1. Grayscale: #575757. Windows color (decimal): -9090978 or 6178933. OLE color: 6178933.

HSL color Cylindrical-coordinate representation of color #75485E: hue angle of 330.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 #75485E is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1177294-
CMYK00.380.200.54
HSL330.67º23.81%37.06%-
HSV(B)330.67º38.46%45.88%-
XYZ11.679.2211.75-
YUV87.96131.41148.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=41.34%
G=25.44%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117729400.380.200.54330.6723.8137.06
Hex75485E026143614b1825
Octal16511013604624665133045
Binary11101011001000101111001001101010011011010100101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75485E; }

 p { color: rgb(117,72,94); }

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

<style>
 a { background-color: #75485E; }

 a { background-color: rgb(117,72,94); }

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

<style>
 span { border-color: #75485E; }

 span { border-color: rgb(117,72,94); }

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