#7C5761

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

Shades of Cosmic #7C5761

Tints of Cosmic #7C5761

Color information

#7C5761 (or 0x7C5761) is unknown color: approx Cosmic. HEX triplet: 7C, 57 and 61. RGB value is (124,87,97). Sum of RGB (Red+Green+Blue) = 124+87+97=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5761 is #83A89E. Grayscale: #636363. Windows color (decimal): -8628383 or 6379388. OLE color: 6379388.

HSL color Cylindrical-coordinate representation of color #7C5761: hue angle of 343.78º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C5761 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB1248797-
CMYK00.300.220.51
HSL343.78º17.54%41.37%-
HSV(B)343.78º29.84%48.63%-
XYZ13.8811.9612.89-
YUV99.2126.76145.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=40.26%
G=28.25%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124879700.300.220.51343.7817.5441.37
Hex7C576101E16331581229
Octal17412714103626635302251
Binary1111100101011111000010111101011011001110101100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,87,97); }

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

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

 a { background-color: rgb(124,87,97); }

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

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

 span { border-color: rgb(124,87,97); }

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