Html Css Color HEX #877978 Bazaar

📋 copy color: '#877978'

red 135 ◦ green 121 ◦ blue 120

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

Shades of Bazaar #877978

Tints of Bazaar #877978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

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

R = 35.9%
G = 32.18%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#877978 (or 0x877978) is known color: Bazaar. HEX triplet: 87, 79 and 78. RGB value is (135,121,120). Sum of RGB (Red+Green+Blue) = 135+121+120=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #877978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877978 is #788687. Grayscale: #7D7D7D. Windows color (decimal): -7898760 or 7895431. OLE color: 7895431.

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

Color convert

RGB 135 121 120 -
CMYK 0 0.10 0.11 0.47
HSL 0.06% 0.5% -
HSV(B) 0.11% 0.53% -
XYZ 20.22 20.18 20.6 -
YUV 125.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 135 121 120 0 0.10 0.11 0.47 4 0.06 0.5
Hex 87 79 78 0 A B 2F 4 6 32
Octal 207 171 170 0 12 13 57 4 6 62
Binary 10000111 1111001 1111000 0 1010 1011 101111 100 110 110010

Color Harmonies of #877978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877978

Black with #877978

Text Example


Text Example

White with #877978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877978; }

 p { color: rgb(135,121,120); }

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

background-color css

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

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

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

border-color css

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

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

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