#888578

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

Shades of Friar Grey #888578

Tints of Friar Grey #888578

Color information

#888578 (or 0x888578) is unknown color: approx Friar Grey. HEX triplet: 88, 85 and 78. RGB value is (136,133,120). Sum of RGB (Red+Green+Blue) = 136+133+120=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #888578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888578 is #777A87. Grayscale: #848484. Windows color (decimal): -7830152 or 7898504. OLE color: 7898504.

HSL color Cylindrical-coordinate representation of color #888578: hue angle of 48.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #888578 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB136133120-
CMYK00.020.120.47
HSL48.75º6.3%50.2%-
HSV(B)48.75º11.76%53.33%-
XYZ21.9323.3721.12-
YUV132.42120.99130.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=34.96%
G=34.19%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613312000.020.120.4748.756.350.2
Hex88857802C2F31632
Octal21020517002145761662
Binary100010001000010111110000101100101111110001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888578; }

 p { color: rgb(136,133,120); }

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

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

 a { background-color: rgb(136,133,120); }

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

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

 span { border-color: rgb(136,133,120); }

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