Html Css Color HEX #817474 Bazaar

📋 copy color: '#817474'

red 129 ◦ green 116 ◦ blue 116

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

Shades of Bazaar #817474

Tints of Bazaar #817474

RGB

 RED value IS 129 (50.78% from 255) = 35.73%

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

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

R = 35.73%
G = 32.13%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#817474 (or 0x817474) is known color: Bazaar. HEX triplet: 81, 74 and 74. RGB value is (129,116,116). Sum of RGB (Red+Green+Blue) = 129+116+116=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #817474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817474 is #7E8B8B. Grayscale: #777777. Windows color (decimal): -8293260 or 7632001. OLE color: 7632001.

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

Color convert

RGB 129 116 116 -
CMYK 0 0.10 0.10 0.49
HSL 0.05% 0.48% -
HSV(B) 0.1% 0.51% -
XYZ 18.45 18.42 19.11 -
YUV 119.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 129 116 116 0 0.10 0.10 0.49 0 0.05 0.48
Hex 81 74 74 0 A A 31 0 5 30
Octal 201 164 164 0 12 12 61 0 5 60
Binary 10000001 1110100 1110100 0 1010 1010 110001 0 101 110000

Color Harmonies of #817474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817474

Black with #817474

Text Example


Text Example

White with #817474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817474; }

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

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

background-color css

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

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

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

border-color css

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

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

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