Html Css Color HEX #7F8291 Manatee

📋 copy color: '#7F8291'

red 127 ◦ green 130 ◦ blue 145

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

Shades of Manatee #7F8291

Tints of Manatee #7F8291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

 BLUE value IS 145 (57.03% from 255) = 36.07%

R = 31.59%
G = 32.34%
B = 36.07%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F8291 (or 0x7F8291) is known color: Manatee. HEX triplet: 7F, 82 and 91. RGB value is (127,130,145). Sum of RGB (Red+Green+Blue) = 127+130+145=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F8291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8291 is #807D6E. Grayscale: #828282. Windows color (decimal): -8420719 or 9536127. OLE color: 9536127.

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

Color convert

RGB 127 130 145 -
CMYK 0.12 0.10 0 0.43
HSL 230º 0.08% 0.53% -
HSV(B) 230º 0.12% 0.57% -
XYZ 21.85 22.52 29.98 -
YUV 130.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 127 130 145 0.12 0.10 0 0.43 230 0.08 0.53
Hex 7F 82 91 C A 0 2B E6 8 35
Octal 177 202 221 14 12 0 53 346 10 65
Binary 1111111 10000010 10010001 1100 1010 0 101011 11100110 1000 110101

Color Harmonies of #7F8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8291

Black with #7F8291

Text Example


Text Example

White with #7F8291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,130,145); }

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

background-color css

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

 a { background-color: rgb(127,130,145); }

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

border-color css

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

 span { border-color: rgb(127,130,145); }

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