Html Css Color HEX #888574 Friar Grey

📋 copy color: '#888574'

red 136 ◦ green 133 ◦ blue 116

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

Shades of Friar Grey #888574

Tints of Friar Grey #888574

RGB

 RED value IS 136 (53.52% from 255) = 35.32%

 GREEN value IS 133 (52.34% from 255) = 34.55%

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 35.32%
G = 34.55%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#888574 (or 0x888574) is known color: Friar Grey. HEX triplet: 88, 85 and 74. RGB value is (136,133,116). Sum of RGB (Red+Green+Blue) = 136+133+116=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #888574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888574 is #777A8B. Grayscale: #848484. Windows color (decimal): -7830156 or 7636360. OLE color: 7636360.

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

Color convert

RGB 136 133 116 -
CMYK 0 0.02 0.15 0.47
HSL 51º 0.08% 0.49% -
HSV(B) 51º 0.15% 0.53% -
XYZ 21.69 23.27 19.87 -
YUV 131.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 136 133 116 0 0.02 0.15 0.47 51 0.08 0.49
Hex 88 85 74 0 2 F 2F 33 8 31
Octal 210 205 164 0 2 17 57 63 10 61
Binary 10001000 10000101 1110100 0 10 1111 101111 110011 1000 110001

Color Harmonies of #888574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888574

Black with #888574

Text Example


Text Example

White with #888574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888574; }

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

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

background-color css

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

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

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

border-color css

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

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

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