#7F5A69

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

Shades of Cosmic #7F5A69

Tints of Cosmic #7F5A69

Color information

#7F5A69 (or 0x7F5A69) is unknown color: approx Cosmic. HEX triplet: 7F, 5A and 69. RGB value is (127,90,105). Sum of RGB (Red+Green+Blue) = 127+90+105=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5A69 is #80A596. Grayscale: #666666. Windows color (decimal): -8430999 or 6904447. OLE color: 6904447.

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

Color convert

RGB12790105-
CMYK00.290.170.50
HSL335.68º17.05%42.55%-
HSV(B)335.68º29.13%49.8%-
XYZ14.9612.8415.06-
YUV102.77129.26145.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.44%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=39.44%
G=27.95%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279010500.290.170.50335.6817.0542.55
Hex7F5A6901D1132150112b
Octal17713215103521625202153
Binary1111111101101011010010111011000111001010101000010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,90,105); }

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

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

 a { background-color: rgb(127,90,105); }

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

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

 span { border-color: rgb(127,90,105); }

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