#755A6B

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

Shades of Cosmic #755A6B

Tints of Cosmic #755A6B

Color information

#755A6B (or 0x755A6B) is unknown color: approx Cosmic. HEX triplet: 75, 5A and 6B. RGB value is (117,90,107). Sum of RGB (Red+Green+Blue) = 117+90+107=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A6B is #8AA594. Grayscale: #636363. Windows color (decimal): -9086357 or 7035509. OLE color: 7035509.

HSL color Cylindrical-coordinate representation of color #755A6B: hue angle of 322.22º 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 #755A6B is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11790107-
CMYK00.230.090.54
HSL322.22º13.04%40.59%-
HSV(B)322.22º23.08%45.88%-
XYZ13.6512.1615.54-
YUV100.01131.95140.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=37.26%
G=28.66%
B=34.08%

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
Decimal1179010700.230.090.54322.2213.0440.59
Hex755A6B017936142d29
Octal16513215302711665021551
Binary11101011011010110101101011110011101101010000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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