#7F4762

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

Shades of Cosmic #7F4762

Tints of Cosmic #7F4762

Color information

#7F4762 (or 0x7F4762) is unknown color: approx Cosmic. HEX triplet: 7F, 47 and 62. RGB value is (127,71,98). Sum of RGB (Red+Green+Blue) = 127+71+98=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4762 is #80B89D. Grayscale: #5A5A5A. Windows color (decimal): -8435870 or 6440831. OLE color: 6440831.

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

Color convert

RGB1277198-
CMYK00.440.230.50
HSL331.07º28.28%38.82%-
HSV(B)331.07º44.09%49.8%-
XYZ13.219.912.77-
YUV90.82132.05153.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.91%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=42.91%
G=23.99%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127719800.440.230.50331.0728.2838.82
Hex7F476202C173214b1c27
Octal17710714205427625133447
Binary11111111000111110001001011001011111001010100101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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