Html Css Color HEX #848889 Regent Grey

📋 copy color: '#848889'

red 132 ◦ green 136 ◦ blue 137

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

Shades of Regent Grey #848889

Tints of Regent Grey #848889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 32.59%
G = 33.58%
B = 33.83%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#848889 (or 0x848889) is known color: Regent Grey. HEX triplet: 84, 88 and 89. RGB value is (132,136,137). Sum of RGB (Red+Green+Blue) = 132+136+137=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 137 - color contains mainly: blue. Hex color #848889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848889 is #7B7776. Grayscale: #868686. Windows color (decimal): -8091511 or 9013380. OLE color: 9013380.

HSL color Cylindrical-coordinate representation of color #848889: hue angle of 192º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #848889 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 136 137 -
CMYK 0.04 0.01 0 0.46
HSL 192º 0.02% 0.53% -
HSV(B) 192º 0.04% 0.54% -
XYZ 22.84 24.32 27.16 -
YUV 134.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 132 136 137 0.04 0.01 0 0.46 192 0.02 0.53
Hex 84 88 89 4 1 0 2E C0 2 35
Octal 204 210 211 4 1 0 56 300 2 65
Binary 10000100 10001000 10001001 100 1 0 101110 11000000 10 110101

Color Harmonies of #848889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848889

Black with #848889

Text Example


Text Example

White with #848889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848889; }

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

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

background-color css

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

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

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

border-color css

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

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

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