Html Css Color HEX #888275 Friar Grey

📋 copy color: '#888275'

red 136 ◦ green 130 ◦ blue 117

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

Shades of Friar Grey #888275

Tints of Friar Grey #888275

RGB

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

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

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

R = 35.51%
G = 33.94%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#888275 (or 0x888275) is known color: Friar Grey. HEX triplet: 88, 82 and 75. RGB value is (136,130,117). Sum of RGB (Red+Green+Blue) = 136+130+117=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 136 - color contains mainly: red. Hex color #888275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888275 is #777D8A. Grayscale: #828282. Windows color (decimal): -7830923 or 7701128. OLE color: 7701128.

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

Color convert

RGB 136 130 117 -
CMYK 0 0.04 0.14 0.47
HSL 41.05º 0.08% 0.5% -
HSV(B) 41.05º 0.14% 0.53% -
XYZ 21.35 22.48 20.04 -
YUV 130.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 136 130 117 0 0.04 0.14 0.47 41.05 0.08 0.5
Hex 88 82 75 0 4 E 2F 29 8 32
Octal 210 202 165 0 4 16 57 51 10 62
Binary 10001000 10000010 1110101 0 100 1110 101111 101001 1000 110010

Color Harmonies of #888275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888275

Black with #888275

Text Example


Text Example

White with #888275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888275; }

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

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

background-color css

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

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

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

border-color css

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

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

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