#7F485A

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

Shades of Cosmic #7F485A

Tints of Cosmic #7F485A

Color information

#7F485A (or 0x7F485A) is unknown color: approx Cosmic. HEX triplet: 7F, 48 and 5A. RGB value is (127,72,90). Sum of RGB (Red+Green+Blue) = 127+72+90=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F485A is #80B7A5. Grayscale: #5A5A5A. Windows color (decimal): -8435622 or 5916799. OLE color: 5916799.

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

Color convert

RGB1277290-
CMYK00.430.290.50
HSL340.36º27.64%39.02%-
HSV(B)340.36º43.31%49.8%-
XYZ12.929.8810.9-
YUV90.5127.72154.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.94%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=43.94%
G=24.91%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127729000.430.290.50340.3627.6439.02
Hex7F485A02B1D321541c27
Octal17711013205335625243447
Binary11111111001000101101001010111110111001010101010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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