Html Css Color HEX #7E576E Cosmic

📋 copy color: '#7E576E'

red 126 ◦ green 87 ◦ blue 110

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

Shades of Cosmic #7E576E

Tints of Cosmic #7E576E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 39.01%
G = 26.93%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E576E (or 0x7E576E) is known color: Cosmic. HEX triplet: 7E, 57 and 6E. RGB value is (126,87,110). Sum of RGB (Red+Green+Blue) = 126+87+110=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 126 - color contains mainly: red. Hex color #7E576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E576E is #81A891. Grayscale: #656565. Windows color (decimal): -8497298 or 7231358. OLE color: 7231358.

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

Color convert

RGB 126 87 110 -
CMYK 0 0.31 0.13 0.51
HSL 324.62º 0.18% 0.42% -
HSV(B) 324.62º 0.31% 0.49% -
XYZ 14.83 12.38 16.36 -
YUV 101.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 126 87 110 0 0.31 0.13 0.51 324.62 0.18 0.42
Hex 7E 57 6E 0 1F D 33 145 12 2A
Octal 176 127 156 0 37 15 63 505 22 52
Binary 1111110 1010111 1101110 0 11111 1101 110011 101000101 10010 101010

Color Harmonies of #7E576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E576E

Black with #7E576E

Text Example


Text Example

White with #7E576E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,87,110); }

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

background-color css

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

 a { background-color: rgb(126,87,110); }

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

border-color css

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

 span { border-color: rgb(126,87,110); }

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