Html Css Color HEX #888270 Friar Grey

📋 copy color: '#888270'

red 136 ◦ green 130 ◦ blue 112

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

Shades of Friar Grey #888270

Tints of Friar Grey #888270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

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

R = 35.98%
G = 34.39%
B = 29.63%

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

#888270 (or 0x888270) is known color: Friar Grey. HEX triplet: 88, 82 and 70. RGB value is (136,130,112). Sum of RGB (Red+Green+Blue) = 136+130+112=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #888270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888270 is #777D8F. Grayscale: #818181. Windows color (decimal): -7830928 or 7373448. OLE color: 7373448.

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

Color convert

RGB 136 130 112 -
CMYK 0 0.04 0.18 0.47
HSL 45º 0.1% 0.49% -
HSV(B) 45º 0.18% 0.53% -
XYZ 21.06 22.37 18.54 -
YUV 129.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 136 130 112 0 0.04 0.18 0.47 45 0.1 0.49
Hex 88 82 70 0 4 12 2F 2D A 31
Octal 210 202 160 0 4 22 57 55 12 61
Binary 10001000 10000010 1110000 0 100 10010 101111 101101 1010 110001

Color Harmonies of #888270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888270

Black with #888270

Text Example


Text Example

White with #888270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888270; }

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

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

background-color css

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

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

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

border-color css

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

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

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