#7C425B

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

Shades of Cosmic #7C425B

Tints of Cosmic #7C425B

Color information

#7C425B (or 0x7C425B) is unknown color: approx Cosmic. HEX triplet: 7C, 42 and 5B. RGB value is (124,66,91). Sum of RGB (Red+Green+Blue) = 124+66+91=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C425B is #83BDA4. Grayscale: #565656. Windows color (decimal): -8633765 or 5980796. OLE color: 5980796.

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

Color convert

RGB1246691-
CMYK00.470.270.51
HSL334.14º30.53%37.25%-
HSV(B)334.14º46.77%48.63%-
XYZ12.158.9410.98-
YUV86.19130.72154.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.13%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=44.13%
G=23.49%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124669100.470.270.51334.1430.5337.25
Hex7C425B02F1B3314e1f25
Octal17410213305733635163745
Binary11111001000010101101101011111101111001110100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,66,91); }

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

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

 a { background-color: rgb(124,66,91); }

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

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

 span { border-color: rgb(124,66,91); }

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