#7E4F61

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

Shades of Cosmic #7E4F61

Tints of Cosmic #7E4F61

Color information

#7E4F61 (or 0x7E4F61) is unknown color: approx Cosmic. HEX triplet: 7E, 4F and 61. RGB value is (126,79,97). Sum of RGB (Red+Green+Blue) = 126+79+97=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4F61 is #81B09E. Grayscale: #5F5F5F. Windows color (decimal): -8499359 or 6377342. OLE color: 6377342.

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

Color convert

RGB1267997-
CMYK00.370.230.51
HSL337.02º22.93%40.2%-
HSV(B)337.02º37.3%49.41%-
XYZ13.5610.8912.7-
YUV95.1129.07150.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.72%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=41.72%
G=26.16%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126799700.370.230.51337.0222.9340.2
Hex7E4F6102517331511728
Octal17611714104527635212750
Binary11111101001111110000101001011011111001110101000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,79,97); }

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

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

 a { background-color: rgb(126,79,97); }

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

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

 span { border-color: rgb(126,79,97); }

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