#7C5569

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

Shades of Cosmic #7C5569

Tints of Cosmic #7C5569

Color information

#7C5569 (or 0x7C5569) is unknown color: approx Cosmic. HEX triplet: 7C, 55 and 69. RGB value is (124,85,105). Sum of RGB (Red+Green+Blue) = 124+85+105=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5569 is #83AA96. Grayscale: #626262. Windows color (decimal): -8628887 or 6903164. OLE color: 6903164.

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

Color convert

RGB12485105-
CMYK00.310.150.51
HSL329.23º18.66%40.98%-
HSV(B)329.23º31.45%48.63%-
XYZ14.1111.814.9-
YUV98.94131.42145.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.49%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=39.49%
G=27.07%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248510500.310.150.51329.2318.6640.98
Hex7C556901FF331491329
Octal17412515103717635112351
Binary111110010101011101001011111111111001110100100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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