Html Css Color HEX #867575 Bazaar

📋 copy color: '#867575'

red 134 ◦ green 117 ◦ blue 117

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

Shades of Bazaar #867575

Tints of Bazaar #867575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 36.41%
G = 31.79%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#867575 (or 0x867575) is known color: Bazaar. HEX triplet: 86, 75 and 75. RGB value is (134,117,117). Sum of RGB (Red+Green+Blue) = 134+117+117=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #867575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867575 is #798A8A. Grayscale: #7A7A7A. Windows color (decimal): -7965323 or 7697798. OLE color: 7697798.

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

Color convert

RGB 134 117 117 -
CMYK 0 0.13 0.13 0.47
HSL 0.07% 0.49% -
HSV(B) 0.13% 0.53% -
XYZ 19.4 19.08 19.49 -
YUV 122.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 134 117 117 0 0.13 0.13 0.47 0 0.07 0.49
Hex 86 75 75 0 D D 2F 0 7 31
Octal 206 165 165 0 15 15 57 0 7 61
Binary 10000110 1110101 1110101 0 1101 1101 101111 0 111 110001

Color Harmonies of #867575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867575

Black with #867575

Text Example


Text Example

White with #867575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867575; }

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

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

background-color css

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

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

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

border-color css

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

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

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