Html Css Color HEX #888370 Friar Grey

📋 copy color: '#888370'

red 136 ◦ green 131 ◦ blue 112

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

Shades of Friar Grey #888370

Tints of Friar Grey #888370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 35.88%
G = 34.56%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#888370 (or 0x888370) is known color: Friar Grey. HEX triplet: 88, 83 and 70. RGB value is (136,131,112). Sum of RGB (Red+Green+Blue) = 136+131+112=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #888370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888370 is #777C8F. Grayscale: #828282. Windows color (decimal): -7830672 or 7373704. OLE color: 7373704.

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

Color convert

RGB 136 131 112 -
CMYK 0 0.04 0.18 0.47
HSL 47.5º 0.1% 0.49% -
HSV(B) 47.5º 0.18% 0.53% -
XYZ 21.19 22.64 18.58 -
YUV 130.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 136 131 112 0 0.04 0.18 0.47 47.5 0.1 0.49
Hex 88 83 70 0 4 12 2F 30 A 31
Octal 210 203 160 0 4 22 57 60 12 61
Binary 10001000 10000011 1110000 0 100 10010 101111 110000 1010 110001

Color Harmonies of #888370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888370

Black with #888370

Text Example


Text Example

White with #888370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888370; }

 p { color: rgb(136,131,112); }

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

background-color css

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

 a { background-color: rgb(136,131,112); }

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

border-color css

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

 span { border-color: rgb(136,131,112); }

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