#75445D

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

Shades of Cosmic #75445D

Tints of Cosmic #75445D

Color information

#75445D (or 0x75445D) is unknown color: approx Cosmic. HEX triplet: 75, 44 and 5D. RGB value is (117,68,93). Sum of RGB (Red+Green+Blue) = 117+68+93=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75445D is #8ABBA2. Grayscale: #555555. Windows color (decimal): -9092003 or 6112373. OLE color: 6112373.

HSL color Cylindrical-coordinate representation of color #75445D: hue angle of 329.39º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75445D is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1176893-
CMYK00.420.210.54
HSL329.39º26.49%36.27%-
HSV(B)329.39º41.88%45.88%-
XYZ11.388.7111.44-
YUV85.5132.23150.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=42.09%
G=24.46%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117689300.420.210.54329.3926.4936.27
Hex75445D02A15361491a24
Octal16510413505225665113244
Binary11101011000100101110101010101010111011010100100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75445D; }

 p { color: rgb(117,68,93); }

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

<style>
 a { background-color: #75445D; }

 a { background-color: rgb(117,68,93); }

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

<style>
 span { border-color: #75445D; }

 span { border-color: rgb(117,68,93); }

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