Html Css Color HEX #7F8099 Manatee

📋 copy color: '#7F8099'

red 127 ◦ green 128 ◦ blue 153

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

Shades of Manatee #7F8099

Tints of Manatee #7F8099

RGB

 RED value IS 127 (50% from 255) = 31.13%

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

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 31.13%
G = 31.37%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7F8099 (or 0x7F8099) is known color: Manatee. HEX triplet: 7F, 80 and 99. RGB value is (127,128,153). Sum of RGB (Red+Green+Blue) = 127+128+153=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F8099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8099 is #807F66. Grayscale: #828282. Windows color (decimal): -8421223 or 10059903. OLE color: 10059903.

HSL color Cylindrical-coordinate representation of color #7F8099: hue angle of 237.69º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F8099 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 128 153 -
CMYK 0.17 0.16 0 0.4
HSL 237.69º 0.11% 0.55% -
HSV(B) 237.69º 0.17% 0.6% -
XYZ 22.22 22.25 33.26 -
YUV 130.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 127 128 153 0.17 0.16 0 0.4 237.69 0.11 0.55
Hex 7F 80 99 11 10 0 28 EE B 37
Octal 177 200 231 21 20 0 50 356 13 67
Binary 1111111 10000000 10011001 10001 10000 0 101000 11101110 1011 110111

Color Harmonies of #7F8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8099

Black with #7F8099

Text Example


Text Example

White with #7F8099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,128,153); }

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

background-color css

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

 a { background-color: rgb(127,128,153); }

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

border-color css

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

 span { border-color: rgb(127,128,153); }

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