Html Css Color HEX #848892 Manatee

📋 copy color: '#848892'

red 132 ◦ green 136 ◦ blue 146

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

Shades of Manatee #848892

Tints of Manatee #848892

RGB

 RED value IS 132 (51.95% from 255) = 31.88%

 GREEN value IS 136 (53.52% from 255) = 32.85%

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 31.88%
G = 32.85%
B = 35.27%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#848892 (or 0x848892) is known color: Manatee. HEX triplet: 84, 88 and 92. RGB value is (132,136,146). Sum of RGB (Red+Green+Blue) = 132+136+146=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #848892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848892 is #7B776D. Grayscale: #878787. Windows color (decimal): -8091502 or 9603204. OLE color: 9603204.

HSL color Cylindrical-coordinate representation of color #848892: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848892 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 136 146 -
CMYK 0.10 0.07 0 0.43
HSL 222.86º 0.06% 0.55% -
HSV(B) 222.86º 0.1% 0.57% -
XYZ 23.51 24.59 30.7 -
YUV 135.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 132 136 146 0.10 0.07 0 0.43 222.86 0.06 0.55
Hex 84 88 92 A 7 0 2B DF 6 37
Octal 204 210 222 12 7 0 53 337 6 67
Binary 10000100 10001000 10010010 1010 111 0 101011 11011111 110 110111

Color Harmonies of #848892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848892

Black with #848892

Text Example


Text Example

White with #848892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848892; }

 p { color: rgb(132,136,146); }

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

background-color css

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

 a { background-color: rgb(132,136,146); }

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

border-color css

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

 span { border-color: rgb(132,136,146); }

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