Html Css Color HEX #7E516B Cosmic

📋 copy color: '#7E516B'

red 126 ◦ green 81 ◦ blue 107

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

Shades of Cosmic #7E516B

Tints of Cosmic #7E516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 40.13%
G = 25.8%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7E516B (or 0x7E516B) is known color: Cosmic. HEX triplet: 7E, 51 and 6B. RGB value is (126,81,107). Sum of RGB (Red+Green+Blue) = 126+81+107=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E516B is #81AE94. Grayscale: #616161. Windows color (decimal): -8498837 or 7033214. OLE color: 7033214.

HSL color Cylindrical-coordinate representation of color #7E516B: hue angle of 325.33º 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 #7E516B is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 81 107 -
CMYK 0 0.36 0.15 0.51
HSL 325.33º 0.22% 0.41% -
HSV(B) 325.33º 0.36% 0.49% -
XYZ 14.2 11.38 15.36 -
YUV 97.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 126 81 107 0 0.36 0.15 0.51 325.33 0.22 0.41
Hex 7E 51 6B 0 24 F 33 145 16 29
Octal 176 121 153 0 44 17 63 505 26 51
Binary 1111110 1010001 1101011 0 100100 1111 110011 101000101 10110 101001

Color Harmonies of #7E516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E516B

Black with #7E516B

Text Example


Text Example

White with #7E516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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