Html Css Color HEX #867A78 Bazaar

📋 copy color: '#867A78'

red 134 ◦ green 122 ◦ blue 120

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

Shades of Bazaar #867A78

Tints of Bazaar #867A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

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

R = 35.64%
G = 32.45%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#867A78 (or 0x867A78) is known color: Bazaar. HEX triplet: 86, 7A and 78. RGB value is (134,122,120). Sum of RGB (Red+Green+Blue) = 134+122+120=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #867A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A78 is #798587. Grayscale: #7D7D7D. Windows color (decimal): -7964040 or 7895686. OLE color: 7895686.

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

Color convert

RGB 134 122 120 -
CMYK 0 0.09 0.10 0.47
HSL 8.57º 0.06% 0.5% -
HSV(B) 8.57º 0.1% 0.53% -
XYZ 20.18 20.34 20.63 -
YUV 125.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 134 122 120 0 0.09 0.10 0.47 8.57 0.06 0.5
Hex 86 7A 78 0 9 A 2F 9 6 32
Octal 206 172 170 0 11 12 57 11 6 62
Binary 10000110 1111010 1111000 0 1001 1010 101111 1001 110 110010

Color Harmonies of #867A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A78

Black with #867A78

Text Example


Text Example

White with #867A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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