Html Css Color HEX #7E406C Cosmic

📋 copy color: '#7E406C'

red 126 ◦ green 64 ◦ blue 108

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

Shades of Cosmic #7E406C

Tints of Cosmic #7E406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.48%

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

R = 42.28%
G = 21.48%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7E406C (or 0x7E406C) is known color: Cosmic. HEX triplet: 7E, 40 and 6C. RGB value is (126,64,108). Sum of RGB (Red+Green+Blue) = 126+64+108=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E406C is #81BF93. Grayscale: #575757. Windows color (decimal): -8503188 or 7094398. OLE color: 7094398.

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

Color convert

RGB 126 64 108 -
CMYK 0 0.49 0.14 0.51
HSL 317.42º 0.33% 0.37% -
HSV(B) 317.42º 0.49% 0.49% -
XYZ 13.14 9.19 15.27 -
YUV 87.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 126 64 108 0 0.49 0.14 0.51 317.42 0.33 0.37
Hex 7E 40 6C 0 31 E 33 13D 21 25
Octal 176 100 154 0 61 16 63 475 41 45
Binary 1111110 1000000 1101100 0 110001 1110 110011 100111101 100001 100101

Color Harmonies of #7E406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E406C

Black with #7E406C

Text Example


Text Example

White with #7E406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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