Html Css Color HEX #7E8096 Manatee

📋 copy color: '#7E8096'

red 126 ◦ green 128 ◦ blue 150

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

Shades of Manatee #7E8096

Tints of Manatee #7E8096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 31.19%
G = 31.68%
B = 37.13%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7E8096 (or 0x7E8096) is known color: Manatee. HEX triplet: 7E, 80 and 96. RGB value is (126,128,150). Sum of RGB (Red+Green+Blue) = 126+128+150=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E8096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8096 is #817F69. Grayscale: #818181. Windows color (decimal): -8486762 or 9863294. OLE color: 9863294.

HSL color Cylindrical-coordinate representation of color #7E8096: hue angle of 235º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E8096 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 128 150 -
CMYK 0.16 0.15 0 0.41
HSL 235º 0.1% 0.54% -
HSV(B) 235º 0.16% 0.59% -
XYZ 21.83 22.08 31.96 -
YUV 129.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 126 128 150 0.16 0.15 0 0.41 235 0.1 0.54
Hex 7E 80 96 10 F 0 29 EB A 36
Octal 176 200 226 20 17 0 51 353 12 66
Binary 1111110 10000000 10010110 10000 1111 0 101001 11101011 1010 110110

Color Harmonies of #7E8096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8096

Black with #7E8096

Text Example


Text Example

White with #7E8096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,128,150); }

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

background-color css

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

 a { background-color: rgb(126,128,150); }

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

border-color css

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

 span { border-color: rgb(126,128,150); }

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