#7F566F

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

Shades of Cosmic #7F566F

Tints of Cosmic #7F566F

Color information

#7F566F (or 0x7F566F) is unknown color: approx Cosmic. HEX triplet: 7F, 56 and 6F. RGB value is (127,86,111). Sum of RGB (Red+Green+Blue) = 127+86+111=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F566F is #80A990. Grayscale: #656565. Windows color (decimal): -8432017 or 7296639. OLE color: 7296639.

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

Color convert

RGB12786111-
CMYK00.320.130.50
HSL323.41º19.25%41.76%-
HSV(B)323.41º32.28%49.8%-
XYZ14.9512.3216.63-
YUV101.11133.58146.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=39.20%
G=26.54%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278611100.320.130.50323.4119.2541.76
Hex7F566F020D32143132a
Octal17712615704015625032352
Binary1111111101011011011110100000110111001010100001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,86,111); }

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

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

 a { background-color: rgb(127,86,111); }

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

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

 span { border-color: rgb(127,86,111); }

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