Html Css Color HEX #867877 Bazaar

📋 copy color: '#867877'

red 134 ◦ green 120 ◦ blue 119

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

Shades of Bazaar #867877

Tints of Bazaar #867877

RGB

 RED value IS 134 (52.73% from 255) = 35.92%

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

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

R = 35.92%
G = 32.17%
B = 31.9%

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

#867877 (or 0x867877) is known color: Bazaar. HEX triplet: 86, 78 and 77. RGB value is (134,120,119). Sum of RGB (Red+Green+Blue) = 134+120+119=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #867877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867877 is #798788. Grayscale: #7C7C7C. Windows color (decimal): -7964553 or 7829638. OLE color: 7829638.

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

Color convert

RGB 134 120 119 -
CMYK 0 0.10 0.11 0.47
HSL 0.06% 0.5% -
HSV(B) 0.11% 0.53% -
XYZ 19.88 19.83 20.23 -
YUV 124.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 134 120 119 0 0.10 0.11 0.47 4 0.06 0.5
Hex 86 78 77 0 A B 2F 4 6 32
Octal 206 170 167 0 12 13 57 4 6 62
Binary 10000110 1111000 1110111 0 1010 1011 101111 100 110 110010

Color Harmonies of #867877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867877

Black with #867877

Text Example


Text Example

White with #867877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867877; }

 p { color: rgb(134,120,119); }

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

background-color css

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

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

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

border-color css

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

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

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