#7F475B

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

Shades of Cosmic #7F475B

Tints of Cosmic #7F475B

Color information

#7F475B (or 0x7F475B) is unknown color: approx Cosmic. HEX triplet: 7F, 47 and 5B. RGB value is (127,71,91). Sum of RGB (Red+Green+Blue) = 127+71+91=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F475B is #80B8A4. Grayscale: #5A5A5A. Windows color (decimal): -8435877 or 5982079. OLE color: 5982079.

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

Color convert

RGB1277191-
CMYK00.440.280.50
HSL338.57º28.28%38.82%-
HSV(B)338.57º44.09%49.8%-
XYZ12.899.7711.1-
YUV90.02128.55154.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.94%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=43.94%
G=24.57%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127719100.440.280.50338.5728.2838.82
Hex7F475B02C1C321531c27
Octal17710713305434625233447
Binary11111111000111101101101011001110011001010101001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,71,91); }

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

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

 a { background-color: rgb(127,71,91); }

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

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

 span { border-color: rgb(127,71,91); }

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