Html Css Color HEX #877272 Bazaar

📋 copy color: '#877272'

red 135 ◦ green 114 ◦ blue 114

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

Shades of Bazaar #877272

Tints of Bazaar #877272

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 37.19%
G = 31.4%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#877272 (or 0x877272) is known color: Bazaar. HEX triplet: 87, 72 and 72. RGB value is (135,114,114). Sum of RGB (Red+Green+Blue) = 135+114+114=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #877272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877272 is #788D8D. Grayscale: #787878. Windows color (decimal): -7900558 or 7500423. OLE color: 7500423.

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

Color convert

RGB 135 114 114 -
CMYK 0 0.16 0.16 0.47
HSL 0.08% 0.49% -
HSV(B) 0.16% 0.53% -
XYZ 19.05 18.4 18.47 -
YUV 120.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 135 114 114 0 0.16 0.16 0.47 0 0.08 0.49
Hex 87 72 72 0 10 10 2F 0 8 31
Octal 207 162 162 0 20 20 57 0 10 61
Binary 10000111 1110010 1110010 0 10000 10000 101111 0 1000 110001

Color Harmonies of #877272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877272

Black with #877272

Text Example


Text Example

White with #877272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877272; }

 p { color: rgb(135,114,114); }

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

background-color css

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

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

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

border-color css

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

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

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