Html Css Color HEX #7E486F Cosmic

📋 copy color: '#7E486F'

red 126 ◦ green 72 ◦ blue 111

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

Shades of Cosmic #7E486F

Tints of Cosmic #7E486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 111 (43.75% from 255) = 35.92%

R = 40.78%
G = 23.3%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7E486F (or 0x7E486F) is known color: Cosmic. HEX triplet: 7E, 48 and 6F. RGB value is (126,72,111). Sum of RGB (Red+Green+Blue) = 126+72+111=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E486F is #81B790. Grayscale: #5C5C5C. Windows color (decimal): -8501137 or 7293054. OLE color: 7293054.

HSL color Cylindrical-coordinate representation of color #7E486F: hue angle of 316.67º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E486F is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 72 111 -
CMYK 0 0.43 0.12 0.51
HSL 316.67º 0.27% 0.39% -
HSV(B) 316.67º 0.43% 0.49% -
XYZ 13.79 10.22 16.28 -
YUV 92.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 126 72 111 0 0.43 0.12 0.51 316.67 0.27 0.39
Hex 7E 48 6F 0 2B C 33 13D 1B 27
Octal 176 110 157 0 53 14 63 475 33 47
Binary 1111110 1001000 1101111 0 101011 1100 110011 100111101 11011 100111

Color Harmonies of #7E486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E486F

Black with #7E486F

Text Example


Text Example

White with #7E486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,72,111); }

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

background-color css

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

 a { background-color: rgb(126,72,111); }

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

border-color css

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

 span { border-color: rgb(126,72,111); }

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