Html Css Color HEX #7F8190 Manatee

📋 copy color: '#7F8190'

red 127 ◦ green 129 ◦ blue 144

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

Shades of Manatee #7F8190

Tints of Manatee #7F8190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

 BLUE value IS 144 (56.64% from 255) = 36%

R = 31.75%
G = 32.25%
B = 36%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7F8190 (or 0x7F8190) is known color: Manatee. HEX triplet: 7F, 81 and 90. RGB value is (127,129,144). Sum of RGB (Red+Green+Blue) = 127+129+144=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F8190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8190 is #807E6F. Grayscale: #828282. Windows color (decimal): -8420976 or 9470335. OLE color: 9470335.

HSL color Cylindrical-coordinate representation of color #7F8190: hue angle of 232.94º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F8190 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 129 144 -
CMYK 0.12 0.10 0 0.44
HSL 232.94º 0.07% 0.53% -
HSV(B) 232.94º 0.12% 0.56% -
XYZ 21.64 22.23 29.54 -
YUV 130.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 127 129 144 0.12 0.10 0 0.44 232.94 0.07 0.53
Hex 7F 81 90 C A 0 2C E9 7 35
Octal 177 201 220 14 12 0 54 351 7 65
Binary 1111111 10000001 10010000 1100 1010 0 101100 11101001 111 110101

Color Harmonies of #7F8190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8190

Black with #7F8190

Text Example


Text Example

White with #7F8190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,129,144); }

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

background-color css

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

 a { background-color: rgb(127,129,144); }

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

border-color css

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

 span { border-color: rgb(127,129,144); }

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