Html Css Color HEX #857474 Bazaar

📋 copy color: '#857474'

red 133 ◦ green 116 ◦ blue 116

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

Shades of Bazaar #857474

Tints of Bazaar #857474

RGB

 RED value IS 133 (52.34% from 255) = 36.44%

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

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

R = 36.44%
G = 31.78%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#857474 (or 0x857474) is known color: Bazaar. HEX triplet: 85, 74 and 74. RGB value is (133,116,116). Sum of RGB (Red+Green+Blue) = 133+116+116=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #857474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857474 is #7A8B8B. Grayscale: #797979. Windows color (decimal): -8031116 or 7632005. OLE color: 7632005.

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

Color convert

RGB 133 116 116 -
CMYK 0 0.13 0.13 0.48
HSL 0.07% 0.49% -
HSV(B) 0.13% 0.52% -
XYZ 19.07 18.74 19.13 -
YUV 121.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 133 116 116 0 0.13 0.13 0.48 0 0.07 0.49
Hex 85 74 74 0 D D 30 0 7 31
Octal 205 164 164 0 15 15 60 0 7 61
Binary 10000101 1110100 1110100 0 1101 1101 110000 0 111 110001

Color Harmonies of #857474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857474

Black with #857474

Text Example


Text Example

White with #857474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857474; }

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

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

background-color css

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

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

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

border-color css

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

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

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