#7E425B

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

Shades of Cosmic #7E425B

Tints of Cosmic #7E425B

Color information

#7E425B (or 0x7E425B) is unknown color: approx Cosmic. HEX triplet: 7E, 42 and 5B. RGB value is (126,66,91). Sum of RGB (Red+Green+Blue) = 126+66+91=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E425B is #81BDA4. Grayscale: #565656. Windows color (decimal): -8502693 or 5980798. OLE color: 5980798.

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

Color convert

RGB1266691-
CMYK00.480.280.51
HSL335º31.25%37.65%-
HSV(B)335º47.62%49.41%-
XYZ12.449.0911-
YUV86.79130.38155.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.52%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=44.52%
G=23.32%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126669100.480.280.5133531.2537.65
Hex7E425B0301C3314f1f26
Octal17610213306034635173746
Binary11111101000010101101101100001110011001110100111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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