Html Css Color HEX #7E5370 Cosmic

📋 copy color: '#7E5370'

red 126 ◦ green 83 ◦ blue 112

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

Shades of Cosmic #7E5370

Tints of Cosmic #7E5370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 39.25%
G = 25.86%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7E5370 (or 0x7E5370) is known color: Cosmic. HEX triplet: 7E, 53 and 70. RGB value is (126,83,112). Sum of RGB (Red+Green+Blue) = 126+83+112=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5370 is #81AC8F. Grayscale: #636363. Windows color (decimal): -8498320 or 7361406. OLE color: 7361406.

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

Color convert

RGB 126 83 112 -
CMYK 0 0.34 0.11 0.51
HSL 319.53º 0.21% 0.41% -
HSV(B) 319.53º 0.34% 0.49% -
XYZ 14.62 11.79 16.83 -
YUV 99.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 126 83 112 0 0.34 0.11 0.51 319.53 0.21 0.41
Hex 7E 53 70 0 22 B 33 140 15 29
Octal 176 123 160 0 42 13 63 500 25 51
Binary 1111110 1010011 1110000 0 100010 1011 110011 101000000 10101 101001

Color Harmonies of #7E5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5370

Black with #7E5370

Text Example


Text Example

White with #7E5370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,83,112); }

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

background-color css

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

 a { background-color: rgb(126,83,112); }

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

border-color css

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

 span { border-color: rgb(126,83,112); }

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