#7E4670

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

Shades of Cosmic #7E4670

Tints of Cosmic #7E4670

Color information

#7E4670 (or 0x7E4670) is unknown color: approx Cosmic. HEX triplet: 7E, 46 and 70. RGB value is (126,70,112). Sum of RGB (Red+Green+Blue) = 126+70+112=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4670 is #81B98F. Grayscale: #5B5B5B. Windows color (decimal): -8501648 or 7358078. OLE color: 7358078.

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

Color convert

RGB12670112-
CMYK00.440.110.51
HSL315º28.57%38.43%-
HSV(B)315º44.44%49.41%-
XYZ13.729.9916.53-
YUV91.53139.55152.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.91%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=40.91%
G=22.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1267011200.440.110.5131528.5738.43
Hex7E467002CB3313b1d26
Octal17610616005413634733546
Binary1111110100011011100000101100101111001110011101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,70,112); }

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

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

 a { background-color: rgb(126,70,112); }

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

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

 span { border-color: rgb(126,70,112); }

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