Html Css Color HEX #888378 Friar Grey

📋 copy color: '#888378'

red 136 ◦ green 131 ◦ blue 120

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

Shades of Friar Grey #888378

Tints of Friar Grey #888378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 35.14%
G = 33.85%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#888378 (or 0x888378) is known color: Friar Grey. HEX triplet: 88, 83 and 78. RGB value is (136,131,120). Sum of RGB (Red+Green+Blue) = 136+131+120=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #888378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888378 is #777C87. Grayscale: #838383. Windows color (decimal): -7830664 or 7897992. OLE color: 7897992.

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

Color convert

RGB 136 131 120 -
CMYK 0 0.04 0.12 0.47
HSL 41.25º 0.06% 0.5% -
HSV(B) 41.25º 0.12% 0.53% -
XYZ 21.66 22.82 21.03 -
YUV 131.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 136 131 120 0 0.04 0.12 0.47 41.25 0.06 0.5
Hex 88 83 78 0 4 C 2F 29 6 32
Octal 210 203 170 0 4 14 57 51 6 62
Binary 10001000 10000011 1111000 0 100 1100 101111 101001 110 110010

Color Harmonies of #888378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888378

Black with #888378

Text Example


Text Example

White with #888378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888378; }

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

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

background-color css

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

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

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

border-color css

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

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

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