#7F5061

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

Shades of Cosmic #7F5061

Tints of Cosmic #7F5061

Color information

#7F5061 (or 0x7F5061) is unknown color: approx Cosmic. HEX triplet: 7F, 50 and 61. RGB value is (127,80,97). Sum of RGB (Red+Green+Blue) = 127+80+97=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5061 is #80AF9E. Grayscale: #5F5F5F. Windows color (decimal): -8433567 or 6377599. OLE color: 6377599.

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

Color convert

RGB1278097-
CMYK00.370.240.50
HSL338.3º22.71%40.59%-
HSV(B)338.3º37.01%49.8%-
XYZ13.7811.1112.73-
YUV95.99128.57150.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.78%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=41.78%
G=26.32%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127809700.370.240.50338.322.7140.59
Hex7F506102518321521729
Octal17712014104530625222751
Binary11111111010000110000101001011100011001010101001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,80,97); }

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

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

 a { background-color: rgb(127,80,97); }

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

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

 span { border-color: rgb(127,80,97); }

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