Html Css Color HEX #7E586E Cosmic

📋 copy color: '#7E586E'

red 126 ◦ green 88 ◦ blue 110

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

Shades of Cosmic #7E586E

Tints of Cosmic #7E586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 38.89%
G = 27.16%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E586E (or 0x7E586E) is known color: Cosmic. HEX triplet: 7E, 58 and 6E. RGB value is (126,88,110). Sum of RGB (Red+Green+Blue) = 126+88+110=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E586E is #81A791. Grayscale: #656565. Windows color (decimal): -8497042 or 7231614. OLE color: 7231614.

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

Color convert

RGB 126 88 110 -
CMYK 0 0.30 0.13 0.51
HSL 325.26º 0.18% 0.42% -
HSV(B) 325.26º 0.3% 0.49% -
XYZ 14.91 12.54 16.39 -
YUV 101.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 126 88 110 0 0.30 0.13 0.51 325.26 0.18 0.42
Hex 7E 58 6E 0 1E D 33 145 12 2A
Octal 176 130 156 0 36 15 63 505 22 52
Binary 1111110 1011000 1101110 0 11110 1101 110011 101000101 10010 101010

Color Harmonies of #7E586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E586E

Black with #7E586E

Text Example


Text Example

White with #7E586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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