#7E425F

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

Shades of Cosmic #7E425F

Tints of Cosmic #7E425F

Color information

#7E425F (or 0x7E425F) is unknown color: approx Cosmic. HEX triplet: 7E, 42 and 5F. RGB value is (126,66,95). Sum of RGB (Red+Green+Blue) = 126+66+95=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 126 - color contains mainly: red. Hex color #7E425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E425F is #81BDA0. Grayscale: #575757. Windows color (decimal): -8502689 or 6242942. OLE color: 6242942.

HSL color Cylindrical-coordinate representation of color #7E425F: hue angle of 331º 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 #7E425F is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB1266695-
CMYK00.480.250.51
HSL331º31.25%37.65%-
HSV(B)331º47.62%49.41%-
XYZ12.629.1611.93-
YUV87.25132.38155.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.90%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=43.90%
G=23.00%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126669500.480.250.5133131.2537.65
Hex7E425F030193314b1f26
Octal17610213706031635133746
Binary11111101000010101111101100001100111001110100101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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