#7F5064

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

Shades of Cosmic #7F5064

Tints of Cosmic #7F5064

Color information

#7F5064 (or 0x7F5064) is unknown color: approx Cosmic. HEX triplet: 7F, 50 and 64. RGB value is (127,80,100). Sum of RGB (Red+Green+Blue) = 127+80+100=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5064 is #80AF9B. Grayscale: #606060. Windows color (decimal): -8433564 or 6574207. OLE color: 6574207.

HSL color Cylindrical-coordinate representation of color #7F5064: hue angle of 334.47º 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 #7F5064 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB12780100-
CMYK00.370.210.50
HSL334.47º22.71%40.59%-
HSV(B)334.47º37.01%49.8%-
XYZ13.9211.1713.48-
YUV96.33130.07149.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.37%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=41.37%
G=26.06%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278010000.370.210.50334.4722.7140.59
Hex7F5064025153214e1729
Octal17712014404525625162751
Binary11111111010000110010001001011010111001010100111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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