Html Css Color HEX #888273 Friar Grey

📋 copy color: '#888273'

red 136 ◦ green 130 ◦ blue 115

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

Shades of Friar Grey #888273

Tints of Friar Grey #888273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 35.7%
G = 34.12%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#888273 (or 0x888273) is known color: Friar Grey. HEX triplet: 88, 82 and 73. RGB value is (136,130,115). Sum of RGB (Red+Green+Blue) = 136+130+115=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #888273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888273 is #777D8C. Grayscale: #828282. Windows color (decimal): -7830925 or 7570056. OLE color: 7570056.

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

Color convert

RGB 136 130 115 -
CMYK 0 0.04 0.15 0.47
HSL 42.86º 0.08% 0.49% -
HSV(B) 42.86º 0.15% 0.53% -
XYZ 21.23 22.44 19.43 -
YUV 130.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 136 130 115 0 0.04 0.15 0.47 42.86 0.08 0.49
Hex 88 82 73 0 4 F 2F 2B 8 31
Octal 210 202 163 0 4 17 57 53 10 61
Binary 10001000 10000010 1110011 0 100 1111 101111 101011 1000 110001

Color Harmonies of #888273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888273

Black with #888273

Text Example


Text Example

White with #888273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888273; }

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

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

background-color css

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

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

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

border-color css

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

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

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