Html Css Color HEX #7E4E6C Cosmic

📋 copy color: '#7E4E6C'

red 126 ◦ green 78 ◦ blue 108

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

Shades of Cosmic #7E4E6C

Tints of Cosmic #7E4E6C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25%

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 40.38%
G = 25%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7E4E6C (or 0x7E4E6C) is known color: Cosmic. HEX triplet: 7E, 4E and 6C. RGB value is (126,78,108). Sum of RGB (Red+Green+Blue) = 126+78+108=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4E6C is #81B193. Grayscale: #5F5F5F. Windows color (decimal): -8499604 or 7097982. OLE color: 7097982.

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

Color convert

RGB 126 78 108 -
CMYK 0 0.38 0.14 0.51
HSL 322.5º 0.24% 0.4% -
HSV(B) 322.5º 0.38% 0.49% -
XYZ 14.04 10.97 15.56 -
YUV 95.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 126 78 108 0 0.38 0.14 0.51 322.5 0.24 0.4
Hex 7E 4E 6C 0 26 E 33 142 18 28
Octal 176 116 154 0 46 16 63 502 30 50
Binary 1111110 1001110 1101100 0 100110 1110 110011 101000010 11000 101000

Color Harmonies of #7E4E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4E6C

Black with #7E4E6C

Text Example


Text Example

White with #7E4E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,78,108); }

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

background-color css

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

 a { background-color: rgb(126,78,108); }

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

border-color css

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

 span { border-color: rgb(126,78,108); }

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