Html Css Color HEX #7E5564 Cosmic

📋 copy color: '#7E5564'

red 126 ◦ green 85 ◦ blue 100

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

Shades of Cosmic #7E5564

Tints of Cosmic #7E5564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 40.51%
G = 27.33%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E5564 (or 0x7E5564) is known color: Cosmic. HEX triplet: 7E, 55 and 64. RGB value is (126,85,100). Sum of RGB (Red+Green+Blue) = 126+85+100=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5564 is #81AA9B. Grayscale: #626262. Windows color (decimal): -8497820 or 6575486. OLE color: 6575486.

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

Color convert

RGB 126 85 100 -
CMYK 0 0.33 0.21 0.51
HSL 338.05º 0.19% 0.41% -
HSV(B) 338.05º 0.33% 0.49% -
XYZ 14.15 11.85 13.6 -
YUV 98.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 126 85 100 0 0.33 0.21 0.51 338.05 0.19 0.41
Hex 7E 55 64 0 21 15 33 152 13 29
Octal 176 125 144 0 41 25 63 522 23 51
Binary 1111110 1010101 1100100 0 100001 10101 110011 101010010 10011 101001

Color Harmonies of #7E5564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5564

Black with #7E5564

Text Example


Text Example

White with #7E5564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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