#7F506E

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

Shades of Cosmic #7F506E

Tints of Cosmic #7F506E

Color information

#7F506E (or 0x7F506E) is unknown color: approx Cosmic. HEX triplet: 7F, 50 and 6E. RGB value is (127,80,110). Sum of RGB (Red+Green+Blue) = 127+80+110=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F506E is #80AF91. Grayscale: #616161. Windows color (decimal): -8433554 or 7229567. OLE color: 7229567.

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

Color convert

RGB12780110-
CMYK00.370.130.50
HSL321.7º22.71%40.59%-
HSV(B)321.7º37.01%49.8%-
XYZ14.4411.3816.19-
YUV97.47135.07149.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.06%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=40.06%
G=25.24%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1278011000.370.130.50321.722.7140.59
Hex7F506E025D321421729
Octal17712015604515625022751
Binary1111111101000011011100100101110111001010100001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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