Html Css Color HEX #7E3C5B Cosmic

📋 copy color: '#7E3C5B'

red 126 ◦ green 60 ◦ blue 91

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

Shades of Cosmic #7E3C5B

Tints of Cosmic #7E3C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.66%

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 45.49%
G = 21.66%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7E3C5B (or 0x7E3C5B) is known color: Cosmic. HEX triplet: 7E, 3C and 5B. RGB value is (126,60,91). Sum of RGB (Red+Green+Blue) = 126+60+91=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3C5B is #81C3A4. Grayscale: #535353. Windows color (decimal): -8504229 or 5979262. OLE color: 5979262.

HSL color Cylindrical-coordinate representation of color #7E3C5B: hue angle of 331.82º degrees, saturation: 0.35, 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 #7E3C5B is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 60 91 -
CMYK 0 0.52 0.28 0.51
HSL 331.82º 0.35% 0.36% -
HSV(B) 331.82º 0.52% 0.49% -
XYZ 12.11 8.42 10.89 -
YUV 83.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 126 60 91 0 0.52 0.28 0.51 331.82 0.35 0.36
Hex 7E 3C 5B 0 34 1C 33 14C 23 24
Octal 176 74 133 0 64 34 63 514 43 44
Binary 1111110 111100 1011011 0 110100 11100 110011 101001100 100011 100100

Color Harmonies of #7E3C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3C5B

Black with #7E3C5B

Text Example


Text Example

White with #7E3C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,60,91); }

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

background-color css

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

 a { background-color: rgb(126,60,91); }

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

border-color css

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

 span { border-color: rgb(126,60,91); }

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