Html Css Color HEX #888575 Friar Grey

📋 copy color: '#888575'

red 136 ◦ green 133 ◦ blue 117

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

Shades of Friar Grey #888575

Tints of Friar Grey #888575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 35.23%
G = 34.46%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#888575 (or 0x888575) is known color: Friar Grey. HEX triplet: 88, 85 and 75. RGB value is (136,133,117). Sum of RGB (Red+Green+Blue) = 136+133+117=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #888575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888575 is #777A8A. Grayscale: #848484. Windows color (decimal): -7830155 or 7701896. OLE color: 7701896.

HSL color Cylindrical-coordinate representation of color #888575: hue angle of 50.53º 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 #888575 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 133 117 -
CMYK 0 0.02 0.14 0.47
HSL 50.53º 0.08% 0.5% -
HSV(B) 50.53º 0.14% 0.53% -
XYZ 21.75 23.29 20.18 -
YUV 132.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 136 133 117 0 0.02 0.14 0.47 50.53 0.08 0.5
Hex 88 85 75 0 2 E 2F 33 8 32
Octal 210 205 165 0 2 16 57 63 10 62
Binary 10001000 10000101 1110101 0 10 1110 101111 110011 1000 110010

Color Harmonies of #888575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888575

Black with #888575

Text Example


Text Example

White with #888575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888575; }

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

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

background-color css

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

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

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

border-color css

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

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

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