Html Css Color HEX #888475 Friar Grey

📋 copy color: '#888475'

red 136 ◦ green 132 ◦ blue 117

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

Shades of Friar Grey #888475

Tints of Friar Grey #888475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 35.32%
G = 34.29%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#888475 (or 0x888475) is known color: Friar Grey. HEX triplet: 88, 84 and 75. RGB value is (136,132,117). Sum of RGB (Red+Green+Blue) = 136+132+117=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #888475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888475 is #777B8A. Grayscale: #838383. Windows color (decimal): -7830411 or 7701640. OLE color: 7701640.

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

Color convert

RGB 136 132 117 -
CMYK 0 0.03 0.14 0.47
HSL 47.37º 0.08% 0.5% -
HSV(B) 47.37º 0.14% 0.53% -
XYZ 21.62 23.02 20.13 -
YUV 131.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 136 132 117 0 0.03 0.14 0.47 47.37 0.08 0.5
Hex 88 84 75 0 3 E 2F 2F 8 32
Octal 210 204 165 0 3 16 57 57 10 62
Binary 10001000 10000100 1110101 0 11 1110 101111 101111 1000 110010

Color Harmonies of #888475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888475

Black with #888475

Text Example


Text Example

White with #888475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888475; }

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

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

background-color css

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

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

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

border-color css

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

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

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