#755A6A

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

Shades of Cosmic #755A6A

Tints of Cosmic #755A6A

Color information

#755A6A (or 0x755A6A) is unknown color: approx Cosmic. HEX triplet: 75, 5A and 6A. RGB value is (117,90,106). Sum of RGB (Red+Green+Blue) = 117+90+106=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A6A is #8AA595. Grayscale: #636363. Windows color (decimal): -9086358 or 6969973. OLE color: 6969973.

HSL color Cylindrical-coordinate representation of color #755A6A: hue angle of 324.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A6A is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11790106-
CMYK00.230.090.54
HSL324.44º13.04%40.59%-
HSV(B)324.44º23.08%45.88%-
XYZ13.5912.1315.26-
YUV99.9131.45140.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=37.38%
G=28.75%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179010600.230.090.54324.4413.0440.59
Hex755A6A017936144d29
Octal16513215202711665041551
Binary11101011011010110101001011110011101101010001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755A6A; }

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

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

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

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

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

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

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

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