Html Css Color HEX #917C79 Bazaar

📋 copy color: '#917C79'

red 145 ◦ green 124 ◦ blue 121

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

Shades of Bazaar #917C79

Tints of Bazaar #917C79

RGB

 RED value IS 145 (57.03% from 255) = 37.18%

 GREEN value IS 124 (48.83% from 255) = 31.79%

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 37.18%
G = 31.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#917C79 (or 0x917C79) is known color: Bazaar. HEX triplet: 91, 7C and 79. RGB value is (145,124,121). Sum of RGB (Red+Green+Blue) = 145+124+121=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #917C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C79 is #6E8386. Grayscale: #818181. Windows color (decimal): -7242631 or 7961745. OLE color: 7961745.

HSL color Cylindrical-coordinate representation of color #917C79: hue angle of 7.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #917C79 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 124 121 -
CMYK 0 0.14 0.17 0.43
HSL 7.5º 0.1% 0.52% -
HSV(B) 7.5º 0.17% 0.57% -
XYZ 22.34 21.82 21.12 -
YUV 129.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 145 124 121 0 0.14 0.17 0.43 7.5 0.1 0.52
Hex 91 7C 79 0 E 11 2B 8 A 34
Octal 221 174 171 0 16 21 53 10 12 64
Binary 10010001 1111100 1111001 0 1110 10001 101011 1000 1010 110100

Color Harmonies of #917C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917C79

Black with #917C79

Text Example


Text Example

White with #917C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917C79; }

 p { color: rgb(145,124,121); }

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

background-color css

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

 a { background-color: rgb(145,124,121); }

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

border-color css

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

 span { border-color: rgb(145,124,121); }

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