#898782

Color #898782 Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #898782

Tints of Friar Grey #898782

Color information

#898782 (or 0x898782) is unknown color: approx Friar Grey. HEX triplet: 89, 87 and 82. RGB value is (137,135,130). Sum of RGB (Red+Green+Blue) = 137+135+130=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 137 - color contains mainly: red. Hex color #898782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898782 is #76787D. Grayscale: #878787. Windows color (decimal): -7764094 or 8554377. OLE color: 8554377.

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

Color convert

RGB137135130-
CMYK00.010.050.46
HSL42.86º2.88%52.35%-
HSV(B)42.86º5.11%53.73%-
XYZ23.0124.2624.59-
YUV135.03125.16129.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.08%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=34.08%
G=33.58%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713513000.010.050.4642.862.8852.35
Hex8987820152E2b334
Octal2112072020155653364
Binary1000100110000111100000100110110111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898782; }

 p { color: rgb(137,135,130); }

 H1.HeaderClassName
 {
   color: #898782;
 }
 .AnyTagClassName
 {
   color: #898782;
 }
</style>
background-color css

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

 a { background-color: rgb(137,135,130); }

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

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

 span { border-color: rgb(137,135,130); }

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