#7F4F69

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

Shades of Cosmic #7F4F69

Tints of Cosmic #7F4F69

Color information

#7F4F69 (or 0x7F4F69) is unknown color: approx Cosmic. HEX triplet: 7F, 4F and 69. RGB value is (127,79,105). Sum of RGB (Red+Green+Blue) = 127+79+105=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4F69 is #80B096. Grayscale: #606060. Windows color (decimal): -8433815 or 6901631. OLE color: 6901631.

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

Color convert

RGB12779105-
CMYK00.380.170.50
HSL327.5º23.3%40.39%-
HSV(B)327.5º37.8%49.8%-
XYZ14.111.1214.77-
YUV96.32132.9149.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.84%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=40.84%
G=25.40%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1277910500.380.170.50327.523.340.39
Hex7F4F6902611321481728
Octal17711715104621625102750
Binary11111111001111110100101001101000111001010100100010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,79,105); }

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

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

 a { background-color: rgb(127,79,105); }

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

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

 span { border-color: rgb(127,79,105); }

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