Html Css Color HEX #877474 Bazaar

📋 copy color: '#877474'

red 135 ◦ green 116 ◦ blue 116

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

Shades of Bazaar #877474

Tints of Bazaar #877474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

 BLUE value IS 116 (45.7% from 255) = 31.61%

R = 36.78%
G = 31.61%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#877474 (or 0x877474) is known color: Bazaar. HEX triplet: 87, 74 and 74. RGB value is (135,116,116). Sum of RGB (Red+Green+Blue) = 135+116+116=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #877474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877474 is #788B8B. Grayscale: #797979. Windows color (decimal): -7900044 or 7632007. OLE color: 7632007.

HSL color Cylindrical-coordinate representation of color #877474: 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.14%. Process color model (Four color, CMYK) of #877474 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 116 116 -
CMYK 0 0.14 0.14 0.47
HSL 0.08% 0.49% -
HSV(B) 0.14% 0.53% -
XYZ 19.39 18.9 19.15 -
YUV 121.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 135 116 116 0 0.14 0.14 0.47 0 0.08 0.49
Hex 87 74 74 0 E E 2F 0 8 31
Octal 207 164 164 0 16 16 57 0 10 61
Binary 10000111 1110100 1110100 0 1110 1110 101111 0 1000 110001

Color Harmonies of #877474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877474

Black with #877474

Text Example


Text Example

White with #877474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877474; }

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

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

background-color css

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

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

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

border-color css

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

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

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