#7F4E67

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

Shades of Cosmic #7F4E67

Tints of Cosmic #7F4E67

Color information

#7F4E67 (or 0x7F4E67) is unknown color: approx Cosmic. HEX triplet: 7F, 4E and 67. RGB value is (127,78,103). Sum of RGB (Red+Green+Blue) = 127+78+103=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4E67 is #80B198. Grayscale: #5F5F5F. Windows color (decimal): -8434073 or 6770303. OLE color: 6770303.

HSL color Cylindrical-coordinate representation of color #7F4E67: hue angle of 329.39º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F4E67 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB12778103-
CMYK00.390.190.50
HSL329.39º23.9%40.2%-
HSV(B)329.39º38.58%49.8%-
XYZ13.9210.9414.21-
YUV95.5132.23150.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.23%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=41.23%
G=25.32%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1277810300.390.190.50329.3923.940.2
Hex7F4E6702713321491828
Octal17711614704723625113050
Binary11111111001110110011101001111001111001010100100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,78,103); }

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

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

 a { background-color: rgb(127,78,103); }

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

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

 span { border-color: rgb(127,78,103); }

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