Html Css Color HEX #898883 Friar Grey

📋 copy color: '#898883'

red 137 ◦ green 136 ◦ blue 131

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

Shades of Friar Grey #898883

Tints of Friar Grey #898883

RGB

 RED value IS 137 (53.91% from 255) = 33.91%

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

 BLUE value IS 131 (51.56% from 255) = 32.43%

R = 33.91%
G = 33.66%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#898883 (or 0x898883) is known color: Friar Grey. HEX triplet: 89, 88 and 83. RGB value is (137,136,131). Sum of RGB (Red+Green+Blue) = 137+136+131=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 137 - color contains mainly: red. Hex color #898883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898883 is #76777C. Grayscale: #878787. Windows color (decimal): -7763837 or 8620169. OLE color: 8620169.

HSL color Cylindrical-coordinate representation of color #898883: hue angle of 50º 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 #898883 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 136 131 -
CMYK 0 0.01 0.04 0.46
HSL 50º 0.02% 0.53% -
HSV(B) 50º 0.04% 0.54% -
XYZ 23.22 24.57 24.99 -
YUV 135.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 137 136 131 0 0.01 0.04 0.46 50 0.02 0.53
Hex 89 88 83 0 1 4 2E 32 2 35
Octal 211 210 203 0 1 4 56 62 2 65
Binary 10001001 10001000 10000011 0 1 100 101110 110010 10 110101

Color Harmonies of #898883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898883

Black with #898883

Text Example


Text Example

White with #898883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898883; }

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

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

background-color css

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

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

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

border-color css

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

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

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