#888275

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

Shades of Friar Grey #888275

Tints of Friar Grey #888275

Color information

#888275 (or 0x888275) is unknown color: approx Friar Grey. HEX triplet: 88, 82 and 75. RGB value is (136,130,117). Sum of RGB (Red+Green+Blue) = 136+130+117=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 136 - color contains mainly: red. Hex color #888275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888275 is #777D8A. Grayscale: #828282. Windows color (decimal): -7830923 or 7701128. OLE color: 7701128.

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

Color convert

RGB136130117-
CMYK00.040.140.47
HSL41.05º7.51%49.61%-
HSV(B)41.05º13.97%53.33%-
XYZ21.3522.4820.04-
YUV130.31120.49132.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.51%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=35.51%
G=33.94%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613011700.040.140.4741.057.5149.61
Hex88827504E2F29832
Octal210202165041657511062
Binary10001000100000101110101010011101011111010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888275; }

 p { color: rgb(136,130,117); }

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

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

 a { background-color: rgb(136,130,117); }

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

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

 span { border-color: rgb(136,130,117); }

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