#7B3E64

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

Shades of Cosmic #7B3E64

Tints of Cosmic #7B3E64

Color information

#7B3E64 (or 0x7B3E64) is unknown color: approx Cosmic. HEX triplet: 7B, 3E and 64. RGB value is (123,62,100). Sum of RGB (Red+Green+Blue) = 123+62+100=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3E64 is #84C19B. Grayscale: #545454. Windows color (decimal): -8700316 or 6569595. OLE color: 6569595.

HSL color Cylindrical-coordinate representation of color #7B3E64: hue angle of 322.62º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B3E64 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB12362100-
CMYK00.500.190.52
HSL322.62º32.97%36.27%-
HSV(B)322.62º49.59%48.24%-
XYZ12.198.5813.07-
YUV84.57136.71155.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.16%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=43.16%
G=21.75%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1236210000.500.190.52322.6232.9736.27
Hex7B3E6403213341432124
Octal1737614406223645034144
Binary11110111111101100100011001010011110100101000011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,62,100); }

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

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

 a { background-color: rgb(123,62,100); }

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

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

 span { border-color: rgb(123,62,100); }

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