#7C3B67

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

Shades of Cosmic #7C3B67

Tints of Cosmic #7C3B67

Color information

#7C3B67 (or 0x7C3B67) is unknown color: approx Cosmic. HEX triplet: 7C, 3B and 67. RGB value is (124,59,103). Sum of RGB (Red+Green+Blue) = 124+59+103=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3B67 is #83C498. Grayscale: #535353. Windows color (decimal): -8635545 or 6765436. OLE color: 6765436.

HSL color Cylindrical-coordinate representation of color #7C3B67: hue angle of 319.38º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3B67 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB12459103-
CMYK00.520.170.51
HSL319.38º35.52%35.88%-
HSV(B)319.38º52.42%48.63%-
XYZ12.328.3913.8-
YUV83.45139.03156.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 59 (23.44% from 255) = 20.63%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=43.36%
G=20.63%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245910300.520.170.51319.3835.5235.88
Hex7C3B67034113313f2424
Octal1747314706421634774444
Binary11111001110111100111011010010001110011100111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,59,103); }

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

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

 a { background-color: rgb(124,59,103); }

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

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

 span { border-color: rgb(124,59,103); }

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