Html Css Color HEX #877775 Bazaar

📋 copy color: '#877775'

red 135 ◦ green 119 ◦ blue 117

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

Shades of Bazaar #877775

Tints of Bazaar #877775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

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

R = 36.39%
G = 32.08%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#877775 (or 0x877775) is known color: Bazaar. HEX triplet: 87, 77 and 75. RGB value is (135,119,117). Sum of RGB (Red+Green+Blue) = 135+119+117=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #877775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877775 is #78888A. Grayscale: #7B7B7B. Windows color (decimal): -7899275 or 7698311. OLE color: 7698311.

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

Color convert

RGB 135 119 117 -
CMYK 0 0.12 0.13 0.47
HSL 6.67º 0.07% 0.49% -
HSV(B) 6.67º 0.13% 0.53% -
XYZ 19.8 19.63 19.57 -
YUV 123.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 135 119 117 0 0.12 0.13 0.47 6.67 0.07 0.49
Hex 87 77 75 0 C D 2F 7 7 31
Octal 207 167 165 0 14 15 57 7 7 61
Binary 10000111 1110111 1110101 0 1100 1101 101111 111 111 110001

Color Harmonies of #877775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877775

Black with #877775

Text Example


Text Example

White with #877775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877775; }

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

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

background-color css

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

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

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

border-color css

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

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

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