#7F505C

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

Shades of Cosmic #7F505C

Tints of Cosmic #7F505C

Color information

#7F505C (or 0x7F505C) is unknown color: approx Cosmic. HEX triplet: 7F, 50 and 5C. RGB value is (127,80,92). Sum of RGB (Red+Green+Blue) = 127+80+92=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F505C is #80AFA3. Grayscale: #5F5F5F. Windows color (decimal): -8433572 or 6049919. OLE color: 6049919.

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

Color convert

RGB1278092-
CMYK00.370.280.50
HSL344.68º22.71%40.59%-
HSV(B)344.68º37.01%49.8%-
XYZ13.5511.0211.54-
YUV95.42126.07150.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.47%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=42.47%
G=26.76%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127809200.370.280.50344.6822.7140.59
Hex7F505C0251C321591729
Octal17712013404534625312751
Binary11111111010000101110001001011110011001010101100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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