Html Css Color HEX #7E456E Cosmic

📋 copy color: '#7E456E'

red 126 ◦ green 69 ◦ blue 110

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

Shades of Cosmic #7E456E

Tints of Cosmic #7E456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.62%

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

R = 41.31%
G = 22.62%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E456E (or 0x7E456E) is known color: Cosmic. HEX triplet: 7E, 45 and 6E. RGB value is (126,69,110). Sum of RGB (Red+Green+Blue) = 126+69+110=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 126 - color contains mainly: red. Hex color #7E456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E456E is #81BA91. Grayscale: #5A5A5A. Windows color (decimal): -8501906 or 7226750. OLE color: 7226750.

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

Color convert

RGB 126 69 110 -
CMYK 0 0.45 0.13 0.51
HSL 316.84º 0.29% 0.38% -
HSV(B) 316.84º 0.45% 0.49% -
XYZ 13.55 9.82 15.93 -
YUV 90.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 126 69 110 0 0.45 0.13 0.51 316.84 0.29 0.38
Hex 7E 45 6E 0 2D D 33 13D 1D 26
Octal 176 105 156 0 55 15 63 475 35 46
Binary 1111110 1000101 1101110 0 101101 1101 110011 100111101 11101 100110

Color Harmonies of #7E456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E456E

Black with #7E456E

Text Example


Text Example

White with #7E456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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