Html Css Color HEX #867572 Bazaar

📋 copy color: '#867572'

red 134 ◦ green 117 ◦ blue 114

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

Shades of Bazaar #867572

Tints of Bazaar #867572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 36.71%
G = 32.05%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#867572 (or 0x867572) is known color: Bazaar. HEX triplet: 86, 75 and 72. RGB value is (134,117,114). Sum of RGB (Red+Green+Blue) = 134+117+114=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #867572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867572 is #798A8D. Grayscale: #797979. Windows color (decimal): -7965326 or 7501190. OLE color: 7501190.

HSL color Cylindrical-coordinate representation of color #867572: hue angle of 9º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #867572 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 114 -
CMYK 0 0.13 0.15 0.47
HSL 0.08% 0.49% -
HSV(B) 0.15% 0.53% -
XYZ 19.23 19.01 18.57 -
YUV 121.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 134 117 114 0 0.13 0.15 0.47 9 0.08 0.49
Hex 86 75 72 0 D F 2F 9 8 31
Octal 206 165 162 0 15 17 57 11 10 61
Binary 10000110 1110101 1110010 0 1101 1111 101111 1001 1000 110001

Color Harmonies of #867572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867572

Black with #867572

Text Example


Text Example

White with #867572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867572; }

 p { color: rgb(134,117,114); }

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

background-color css

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

 a { background-color: rgb(134,117,114); }

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

border-color css

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

 span { border-color: rgb(134,117,114); }

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