#75546A

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

Shades of Cosmic #75546A

Tints of Cosmic #75546A

Color information

#75546A (or 0x75546A) is unknown color: approx Cosmic. HEX triplet: 75, 54 and 6A. RGB value is (117,84,106). Sum of RGB (Red+Green+Blue) = 117+84+106=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75546A is #8AAB95. Grayscale: #606060. Windows color (decimal): -9087894 or 6968437. OLE color: 6968437.

HSL color Cylindrical-coordinate representation of color #75546A: hue angle of 320º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75546A is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11784106-
CMYK00.280.090.54
HSL320º16.42%39.41%-
HSV(B)320º28.21%45.88%-
XYZ13.1111.1615.1-
YUV96.38133.43142.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=38.11%
G=27.36%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178410600.280.090.5432016.4239.41
Hex75546A01C9361401027
Octal16512415203411665002047
Binary111010110101001101010011100100111011010100000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,84,106); }

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

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

 a { background-color: rgb(117,84,106); }

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

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

 span { border-color: rgb(117,84,106); }

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