#755469

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

Shades of Cosmic #755469

Tints of Cosmic #755469

Color information

#755469 (or 0x755469) is unknown color: approx Cosmic. HEX triplet: 75, 54 and 69. RGB value is (117,84,105). Sum of RGB (Red+Green+Blue) = 117+84+105=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #755469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755469 is #8AAB96. Grayscale: #606060. Windows color (decimal): -9087895 or 6902901. OLE color: 6902901.

HSL color Cylindrical-coordinate representation of color #755469: hue angle of 321.82º 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 #755469 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11784105-
CMYK00.280.100.54
HSL321.82º16.42%39.41%-
HSV(B)321.82º28.21%45.88%-
XYZ13.0611.1414.83-
YUV96.26132.93142.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=38.24%
G=27.45%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178410500.280.100.54321.8216.4239.41
Hex75546901CA361421027
Octal16512415103412665022047
Binary111010110101001101001011100101011011010100001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755469; }

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

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

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

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

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

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

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

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