#7F5767

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

Shades of Cosmic #7F5767

Tints of Cosmic #7F5767

Color information

#7F5767 (or 0x7F5767) is unknown color: approx Cosmic. HEX triplet: 7F, 57 and 67. RGB value is (127,87,103). Sum of RGB (Red+Green+Blue) = 127+87+103=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5767 is #80A898. Grayscale: #646464. Windows color (decimal): -8431769 or 6772607. OLE color: 6772607.

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

Color convert

RGB12787103-
CMYK00.310.190.50
HSL336º18.69%41.96%-
HSV(B)336º31.5%49.8%-
XYZ14.6112.3114.44-
YUV100.78129.25146.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.06%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=40.06%
G=27.44%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278710300.310.190.5033618.6941.96
Hex7F576701F1332150132a
Octal17712714703723625202352
Binary1111111101011111001110111111001111001010101000010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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