#75495E

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

Shades of Cosmic #75495E

Tints of Cosmic #75495E

Color information

#75495E (or 0x75495E) is unknown color: approx Cosmic. HEX triplet: 75, 49 and 5E. RGB value is (117,73,94). Sum of RGB (Red+Green+Blue) = 117+73+94=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #75495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75495E is #8AB6A1. Grayscale: #585858. Windows color (decimal): -9090722 or 6179189. OLE color: 6179189.

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

Color convert

RGB1177394-
CMYK00.380.200.54
HSL331.36º23.16%37.25%-
HSV(B)331.36º37.61%45.88%-
XYZ11.749.3611.78-
YUV88.55131.08148.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=41.20%
G=25.70%
B=33.10%

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
Decimal117739400.380.200.54331.3623.1637.25
Hex75495E026143614b1725
Octal16511113604624665132745
Binary11101011001001101111001001101010011011010100101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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