Html Css Color HEX #888474 Friar Grey

📋 copy color: '#888474'

red 136 ◦ green 132 ◦ blue 116

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

Shades of Friar Grey #888474

Tints of Friar Grey #888474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 35.42%
G = 34.38%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#888474 (or 0x888474) is known color: Friar Grey. HEX triplet: 88, 84 and 74. RGB value is (136,132,116). Sum of RGB (Red+Green+Blue) = 136+132+116=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #888474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888474 is #777B8B. Grayscale: #838383. Windows color (decimal): -7830412 or 7636104. OLE color: 7636104.

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

Color convert

RGB 136 132 116 -
CMYK 0 0.03 0.15 0.47
HSL 48º 0.08% 0.49% -
HSV(B) 48º 0.15% 0.53% -
XYZ 21.56 23 19.83 -
YUV 131.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 136 132 116 0 0.03 0.15 0.47 48 0.08 0.49
Hex 88 84 74 0 3 F 2F 30 8 31
Octal 210 204 164 0 3 17 57 60 10 61
Binary 10001000 10000100 1110100 0 11 1111 101111 110000 1000 110001

Color Harmonies of #888474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888474

Black with #888474

Text Example


Text Example

White with #888474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888474; }

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

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

background-color css

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

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

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

border-color css

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

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

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