Html Css Color HEX #7E5166 Cosmic

📋 copy color: '#7E5166'

red 126 ◦ green 81 ◦ blue 102

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

Shades of Cosmic #7E5166

Tints of Cosmic #7E5166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 40.78%
G = 26.21%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7E5166 (or 0x7E5166) is known color: Cosmic. HEX triplet: 7E, 51 and 66. RGB value is (126,81,102). Sum of RGB (Red+Green+Blue) = 126+81+102=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5166 is #81AE99. Grayscale: #606060. Windows color (decimal): -8498842 or 6705534. OLE color: 6705534.

HSL color Cylindrical-coordinate representation of color #7E5166: hue angle of 332º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E5166 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 81 102 -
CMYK 0 0.36 0.19 0.51
HSL 332º 0.22% 0.41% -
HSV(B) 332º 0.36% 0.49% -
XYZ 13.94 11.28 14.01 -
YUV 96.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 126 81 102 0 0.36 0.19 0.51 332 0.22 0.41
Hex 7E 51 66 0 24 13 33 14C 16 29
Octal 176 121 146 0 44 23 63 514 26 51
Binary 1111110 1010001 1100110 0 100100 10011 110011 101001100 10110 101001

Color Harmonies of #7E5166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5166

Black with #7E5166

Text Example


Text Example

White with #7E5166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,81,102); }

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

background-color css

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

 a { background-color: rgb(126,81,102); }

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

border-color css

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

 span { border-color: rgb(126,81,102); }

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