Html Css Color HEX #877777 Bazaar

📋 copy color: '#877777'

red 135 ◦ green 119 ◦ blue 119

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

Shades of Bazaar #877777

Tints of Bazaar #877777

RGB

 RED value IS 135 (53.13% from 255) = 36.19%

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

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

R = 36.19%
G = 31.9%
B = 31.9%

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

#877777 (or 0x877777) is known color: Bazaar. HEX triplet: 87, 77 and 77. RGB value is (135,119,119). Sum of RGB (Red+Green+Blue) = 135+119+119=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #877777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877777 is #788888. Grayscale: #7B7B7B. Windows color (decimal): -7899273 or 7829383. OLE color: 7829383.

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

Color convert

RGB 135 119 119 -
CMYK 0 0.12 0.12 0.47
HSL 0.06% 0.5% -
HSV(B) 0.12% 0.53% -
XYZ 19.92 19.68 20.2 -
YUV 123.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 135 119 119 0 0.12 0.12 0.47 0 0.06 0.5
Hex 87 77 77 0 C C 2F 0 6 32
Octal 207 167 167 0 14 14 57 0 6 62
Binary 10000111 1110111 1110111 0 1100 1100 101111 0 110 110010

Color Harmonies of #877777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877777

Black with #877777

Text Example


Text Example

White with #877777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877777; }

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

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

background-color css

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

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

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

border-color css

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

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

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