Html Css Color HEX #887878 Bazaar

📋 copy color: '#887878'

red 136 ◦ green 120 ◦ blue 120

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

Shades of Bazaar #887878

Tints of Bazaar #887878

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

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

R = 36.17%
G = 31.91%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#887878 (or 0x887878) is known color: Bazaar. HEX triplet: 88, 78 and 78. RGB value is (136,120,120). Sum of RGB (Red+Green+Blue) = 136+120+120=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #887878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887878 is #778787. Grayscale: #7C7C7C. Windows color (decimal): -7833480 or 7895176. OLE color: 7895176.

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

Color convert

RGB 136 120 120 -
CMYK 0 0.12 0.12 0.47
HSL 0.06% 0.5% -
HSV(B) 0.12% 0.53% -
XYZ 20.26 20.02 20.57 -
YUV 124.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 136 120 120 0 0.12 0.12 0.47 0 0.06 0.5
Hex 88 78 78 0 C C 2F 0 6 32
Octal 210 170 170 0 14 14 57 0 6 62
Binary 10001000 1111000 1111000 0 1100 1100 101111 0 110 110010

Color Harmonies of #887878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887878

Black with #887878

Text Example


Text Example

White with #887878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887878; }

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

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

background-color css

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

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

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

border-color css

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

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

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