Html Css Color HEX #7E556E Cosmic

📋 copy color: '#7E556E'

red 126 ◦ green 85 ◦ blue 110

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

Shades of Cosmic #7E556E

Tints of Cosmic #7E556E

RGB

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

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

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

R = 39.25%
G = 26.48%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E556E (or 0x7E556E) is known color: Cosmic. HEX triplet: 7E, 55 and 6E. RGB value is (126,85,110). Sum of RGB (Red+Green+Blue) = 126+85+110=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 126 - color contains mainly: red. Hex color #7E556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E556E is #81AA91. Grayscale: #646464. Windows color (decimal): -8497810 or 7230846. OLE color: 7230846.

HSL color Cylindrical-coordinate representation of color #7E556E: hue angle of 323.41º 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 #7E556E is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 85 110 -
CMYK 0 0.33 0.13 0.51
HSL 323.41º 0.19% 0.41% -
HSV(B) 323.41º 0.33% 0.49% -
XYZ 14.67 12.06 16.31 -
YUV 100.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 126 85 110 0 0.33 0.13 0.51 323.41 0.19 0.41
Hex 7E 55 6E 0 21 D 33 143 13 29
Octal 176 125 156 0 41 15 63 503 23 51
Binary 1111110 1010101 1101110 0 100001 1101 110011 101000011 10011 101001

Color Harmonies of #7E556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E556E

Black with #7E556E

Text Example


Text Example

White with #7E556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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