#755461

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

Shades of Cosmic #755461

Tints of Cosmic #755461

Color information

#755461 (or 0x755461) is unknown color: approx Cosmic. HEX triplet: 75, 54 and 61. RGB value is (117,84,97). Sum of RGB (Red+Green+Blue) = 117+84+97=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755461 is #8AAB9E. Grayscale: #5F5F5F. Windows color (decimal): -9087903 or 6378613. OLE color: 6378613.

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

Color convert

RGB1178497-
CMYK00.280.170.54
HSL336.36º16.42%39.41%-
HSV(B)336.36º28.21%45.88%-
XYZ12.6610.9912.76-
YUV95.35128.93143.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=39.26%
G=28.19%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117849700.280.170.54336.3616.4239.41
Hex75546101C11361501027
Octal16512414103421665202047
Binary1110101101010011000010111001000111011010101000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755461; }

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

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

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

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

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

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

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

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