#7B5569

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

Shades of Cosmic #7B5569

Tints of Cosmic #7B5569

Color information

#7B5569 (or 0x7B5569) is unknown color: approx Cosmic. HEX triplet: 7B, 55 and 69. RGB value is (123,85,105). Sum of RGB (Red+Green+Blue) = 123+85+105=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5569 is #84AA96. Grayscale: #626262. Windows color (decimal): -8694423 or 6903163. OLE color: 6903163.

HSL color Cylindrical-coordinate representation of color #7B5569: hue angle of 328.42º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B5569 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB12385105-
CMYK00.310.150.52
HSL328.42º18.27%40.78%-
HSV(B)328.42º30.89%48.24%-
XYZ13.9711.7314.89-
YUV98.64131.59145.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.30%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=39.30%
G=27.16%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238510500.310.150.52328.4218.2740.78
Hex7B556901FF341481229
Octal17312515103717645102251
Binary111101110101011101001011111111111010010100100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B5569; }

 p { color: rgb(123,85,105); }

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

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

 a { background-color: rgb(123,85,105); }

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

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

 span { border-color: rgb(123,85,105); }

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