#755B6A

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

Shades of Cosmic #755B6A

Tints of Cosmic #755B6A

Color information

#755B6A (or 0x755B6A) is unknown color: approx Cosmic. HEX triplet: 75, 5B and 6A. RGB value is (117,91,106). Sum of RGB (Red+Green+Blue) = 117+91+106=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B6A is #8AA495. Grayscale: #646464. Windows color (decimal): -9086102 or 6970229. OLE color: 6970229.

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

Color convert

RGB11791106-
CMYK00.220.090.54
HSL325.38º12.5%40.78%-
HSV(B)325.38º22.22%45.88%-
XYZ13.6812.315.29-
YUV100.48131.11139.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=37.26%
G=28.98%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179110600.220.090.54325.3812.540.78
Hex755B6A016936145c29
Octal16513315202611665051451
Binary11101011011011110101001011010011101101010001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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