#755467

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

Shades of Cosmic #755467

Tints of Cosmic #755467

Color information

#755467 (or 0x755467) is unknown color: approx Cosmic. HEX triplet: 75, 54 and 67. RGB value is (117,84,103). Sum of RGB (Red+Green+Blue) = 117+84+103=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #755467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755467 is #8AAB98. Grayscale: #5F5F5F. Windows color (decimal): -9087897 or 6771829. OLE color: 6771829.

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

Color convert

RGB11784103-
CMYK00.280.120.54
HSL325.45º16.42%39.41%-
HSV(B)325.45º28.21%45.88%-
XYZ12.9511.114.29-
YUV96.03131.93142.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=38.49%
G=27.63%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178410300.280.120.54325.4516.4239.41
Hex75546701CC361451027
Octal16512414703414665052047
Binary111010110101001100111011100110011011010100010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755467; }

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

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

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

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

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

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

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

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