Html Css Color HEX #827474 Bazaar

📋 copy color: '#827474'

red 130 ◦ green 116 ◦ blue 116

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

Shades of Bazaar #827474

Tints of Bazaar #827474

RGB

 RED value IS 130 (51.17% from 255) = 35.91%

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

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

R = 35.91%
G = 32.04%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#827474 (or 0x827474) is known color: Bazaar. HEX triplet: 82, 74 and 74. RGB value is (130,116,116). Sum of RGB (Red+Green+Blue) = 130+116+116=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827474 is #7D8B8B. Grayscale: #787878. Windows color (decimal): -8227724 or 7632002. OLE color: 7632002.

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

Color convert

RGB 130 116 116 -
CMYK 0 0.11 0.11 0.49
HSL 0.06% 0.48% -
HSV(B) 0.11% 0.51% -
XYZ 18.6 18.5 19.11 -
YUV 120.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 130 116 116 0 0.11 0.11 0.49 0 0.06 0.48
Hex 82 74 74 0 B B 31 0 6 30
Octal 202 164 164 0 13 13 61 0 6 60
Binary 10000010 1110100 1110100 0 1011 1011 110001 0 110 110000

Color Harmonies of #827474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827474

Black with #827474

Text Example


Text Example

White with #827474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827474; }

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

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

background-color css

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

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

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

border-color css

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

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

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