Html Css Color HEX #7E3D5B Cosmic

📋 copy color: '#7E3D5B'

red 126 ◦ green 61 ◦ blue 91

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

Shades of Cosmic #7E3D5B

Tints of Cosmic #7E3D5B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.94%

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

R = 45.32%
G = 21.94%
B = 32.73%

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

#7E3D5B (or 0x7E3D5B) is known color: Cosmic. HEX triplet: 7E, 3D and 5B. RGB value is (126,61,91). Sum of RGB (Red+Green+Blue) = 126+61+91=278 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.32% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3D5B is #81C2A4. Grayscale: #535353. Windows color (decimal): -8503973 or 5979518. OLE color: 5979518.

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

Color convert

RGB 126 61 91 -
CMYK 0 0.52 0.28 0.51
HSL 332.31º 0.35% 0.37% -
HSV(B) 332.31º 0.52% 0.49% -
XYZ 12.16 8.53 10.9 -
YUV 83.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 126 61 91 0 0.52 0.28 0.51 332.31 0.35 0.37
Hex 7E 3D 5B 0 34 1C 33 14C 23 25
Octal 176 75 133 0 64 34 63 514 43 45
Binary 1111110 111101 1011011 0 110100 11100 110011 101001100 100011 100101

Color Harmonies of #7E3D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3D5B

Black with #7E3D5B

Text Example


Text Example

White with #7E3D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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