Html Css Color HEX #7E3664 Cosmic

📋 copy color: '#7E3664'

red 126 ◦ green 54 ◦ blue 100

#7E3664
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #7E3664

Tints of Cosmic #7E3664

RGB

 RED value IS 126 (49.61% from 255) = 45%

 GREEN value IS 54 (21.48% from 255) = 19.29%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 45%
G = 19.29%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E3664 (or 0x7E3664) is known color: Cosmic. HEX triplet: 7E, 36 and 64. RGB value is (126,54,100). Sum of RGB (Red+Green+Blue) = 126+54+100=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3664 is #81C99B. Grayscale: #505050. Windows color (decimal): -8505756 or 6567550. OLE color: 6567550.

HSL color Cylindrical-coordinate representation of color #7E3664: hue angle of 321.67º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E3664 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 54 100 -
CMYK 0 0.57 0.21 0.51
HSL 321.67º 0.4% 0.35% -
HSV(B) 321.67º 0.57% 0.49% -
XYZ 12.22 7.99 12.96 -
YUV 80.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 126 54 100 0 0.57 0.21 0.51 321.67 0.4 0.35
Hex 7E 36 64 0 39 15 33 142 28 23
Octal 176 66 144 0 71 25 63 502 50 43
Binary 1111110 110110 1100100 0 111001 10101 110011 101000010 101000 100011

Color Harmonies of #7E3664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3664

Black with #7E3664

Text Example


Text Example

White with #7E3664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,54,100); }

 H1.HeaderClassName
 {
   color: #7E3664;
 }
 .AnyTagClassName
 {
   color: #7E3664;
 }
</style>

background-color css

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

 a { background-color: rgb(126,54,100); }

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

border-color css

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

 span { border-color: rgb(126,54,100); }

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