Html Css Color HEX #7E5971 Cosmic

📋 copy color: '#7E5971'

red 126 ◦ green 89 ◦ blue 113

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

Shades of Cosmic #7E5971

Tints of Cosmic #7E5971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 38.41%
G = 27.13%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7E5971 (or 0x7E5971) is known color: Cosmic. HEX triplet: 7E, 59 and 71. RGB value is (126,89,113). Sum of RGB (Red+Green+Blue) = 126+89+113=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5971 is #81A68E. Grayscale: #666666. Windows color (decimal): -8496783 or 7428478. OLE color: 7428478.

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

Color convert

RGB 126 89 113 -
CMYK 0 0.29 0.10 0.51
HSL 321.08º 0.17% 0.42% -
HSV(B) 321.08º 0.29% 0.49% -
XYZ 15.16 12.77 17.29 -
YUV 102.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 126 89 113 0 0.29 0.10 0.51 321.08 0.17 0.42
Hex 7E 59 71 0 1D A 33 141 11 2A
Octal 176 131 161 0 35 12 63 501 21 52
Binary 1111110 1011001 1110001 0 11101 1010 110011 101000001 10001 101010

Color Harmonies of #7E5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5971

Black with #7E5971

Text Example


Text Example

White with #7E5971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,89,113); }

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

background-color css

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

 a { background-color: rgb(126,89,113); }

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

border-color css

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

 span { border-color: rgb(126,89,113); }

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