Html Css Color HEX #877875 Bazaar

📋 copy color: '#877875'

red 135 ◦ green 120 ◦ blue 117

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

Shades of Bazaar #877875

Tints of Bazaar #877875

RGB

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

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

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

R = 36.29%
G = 32.26%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#877875 (or 0x877875) is known color: Bazaar. HEX triplet: 87, 78 and 75. RGB value is (135,120,117). Sum of RGB (Red+Green+Blue) = 135+120+117=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #877875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877875 is #78878A. Grayscale: #7C7C7C. Windows color (decimal): -7899019 or 7698567. OLE color: 7698567.

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

Color convert

RGB 135 120 117 -
CMYK 0 0.11 0.13 0.47
HSL 10º 0.07% 0.49% -
HSV(B) 10º 0.13% 0.53% -
XYZ 19.92 19.87 19.61 -
YUV 124.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 135 120 117 0 0.11 0.13 0.47 10 0.07 0.49
Hex 87 78 75 0 B D 2F A 7 31
Octal 207 170 165 0 13 15 57 12 7 61
Binary 10000111 1111000 1110101 0 1011 1101 101111 1010 111 110001

Color Harmonies of #877875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877875

Black with #877875

Text Example


Text Example

White with #877875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877875; }

 p { color: rgb(135,120,117); }

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

background-color css

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

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

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

border-color css

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

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

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