#7F3D5C

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

Shades of Cosmic #7F3D5C

Tints of Cosmic #7F3D5C

Color information

#7F3D5C (or 0x7F3D5C) is unknown color: approx Cosmic. HEX triplet: 7F, 3D and 5C. RGB value is (127,61,92). Sum of RGB (Red+Green+Blue) = 127+61+92=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3D5C is #80C2A3. Grayscale: #545454. Windows color (decimal): -8438436 or 6045055. OLE color: 6045055.

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

Color convert

RGB1276192-
CMYK00.520.280.50
HSL331.82º35.11%36.86%-
HSV(B)331.82º51.97%49.8%-
XYZ12.358.6211.14-
YUV84.27132.37158.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.36%
GREEN value IS 61 (24.22% from 255) = 21.79%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=45.36%
G=21.79%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127619200.520.280.50331.8235.1136.86
Hex7F3D5C0341C3214c2325
Octal1777513406434625144345
Binary11111111111011011100011010011100110010101001100100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,61,92); }

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

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

 a { background-color: rgb(127,61,92); }

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

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

 span { border-color: rgb(127,61,92); }

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