#908872

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

Shades of Friar Grey #908872

Tints of Friar Grey #908872

Color information

#908872 (or 0x908872) is unknown color: approx Friar Grey. HEX triplet: 90, 88 and 72. RGB value is (144,136,114). Sum of RGB (Red+Green+Blue) = 144+136+114=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #908872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908872 is #6F778D. Grayscale: #878787. Windows color (decimal): -7305102 or 7506064. OLE color: 7506064.

HSL color Cylindrical-coordinate representation of color #908872: hue angle of 44º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #908872 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB144136114-
CMYK00.060.210.44
HSL44º11.9%50.59%-
HSV(B)44º20.83%56.47%-
XYZ23.3424.7519.47-
YUV135.88115.65133.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.55%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=36.55%
G=34.52%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413611400.060.210.444411.950.59
Hex90887206152C2cc33
Octal220210162062554541463
Binary100100001000100011100100110101011011001011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908872; }

 p { color: rgb(144,136,114); }

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

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

 a { background-color: rgb(144,136,114); }

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

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

 span { border-color: rgb(144,136,114); }

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