Html Css Color HEX #887777 Bazaar

📋 copy color: '#887777'

red 136 ◦ green 119 ◦ blue 119

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

Shades of Bazaar #887777

Tints of Bazaar #887777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.82%

 BLUE value IS 119 (46.88% from 255) = 31.82%

R = 36.36%
G = 31.82%
B = 31.82%

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

#887777 (or 0x887777) is known color: Bazaar. HEX triplet: 88, 77 and 77. RGB value is (136,119,119). Sum of RGB (Red+Green+Blue) = 136+119+119=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #887777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887777 is #778888. Grayscale: #7C7C7C. Windows color (decimal): -7833737 or 7829384. OLE color: 7829384.

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

Color convert

RGB 136 119 119 -
CMYK 0 0.12 0.12 0.47
HSL 0.07% 0.5% -
HSV(B) 0.13% 0.53% -
XYZ 20.08 19.76 20.21 -
YUV 124.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 136 119 119 0 0.12 0.12 0.47 0 0.07 0.5
Hex 88 77 77 0 C C 2F 0 7 32
Octal 210 167 167 0 14 14 57 0 7 62
Binary 10001000 1110111 1110111 0 1100 1100 101111 0 111 110010

Color Harmonies of #887777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887777

Black with #887777

Text Example


Text Example

White with #887777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887777; }

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

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

background-color css

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

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

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

border-color css

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

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

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