#7C4057

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

Shades of Cosmic #7C4057

Tints of Cosmic #7C4057

Color information

#7C4057 (or 0x7C4057) is unknown color: approx Cosmic. HEX triplet: 7C, 40 and 57. RGB value is (124,64,87). Sum of RGB (Red+Green+Blue) = 124+64+87=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4057 is #83BFA8. Grayscale: #545454. Windows color (decimal): -8634281 or 5718140. OLE color: 5718140.

HSL color Cylindrical-coordinate representation of color #7C4057: hue angle of 337º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C4057 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1246487-
CMYK00.480.300.51
HSL337º31.91%36.86%-
HSV(B)337º48.39%48.63%-
XYZ11.878.6410.06-
YUV84.56129.38156.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.09%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=45.09%
G=23.27%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124648700.480.300.5133731.9136.86
Hex7C40570301E331512025
Octal17410012706036635214045
Binary111110010000001010111011000011110110011101010001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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