#7F5F71

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

Shades of Cosmic #7F5F71

Tints of Cosmic #7F5F71

Color information

#7F5F71 (or 0x7F5F71) is unknown color: approx Cosmic. HEX triplet: 7F, 5F and 71. RGB value is (127,95,113). Sum of RGB (Red+Green+Blue) = 127+95+113=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F71 is #80A08E. Grayscale: #6A6A6A. Windows color (decimal): -8429711 or 7430015. OLE color: 7430015.

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

Color convert

RGB12795113-
CMYK00.250.110.50
HSL326.25º14.41%43.53%-
HSV(B)326.25º25.2%49.8%-
XYZ15.8313.8917.47-
YUV106.62131.6142.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=37.91%
G=28.36%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279511300.250.110.50326.2514.4143.53
Hex7F5F71019B32146e2c
Octal17713716103113625061654
Binary11111111011111111000101100110111100101010001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,95,113); }

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

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

 a { background-color: rgb(127,95,113); }

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

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

 span { border-color: rgb(127,95,113); }

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