Html Css Color HEX #917977 Bazaar

📋 copy color: '#917977'

red 145 ◦ green 121 ◦ blue 119

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

Shades of Bazaar #917977

Tints of Bazaar #917977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 37.66%
G = 31.43%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#917977 (or 0x917977) is known color: Bazaar. HEX triplet: 91, 79 and 77. RGB value is (145,121,119). Sum of RGB (Red+Green+Blue) = 145+121+119=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #917977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917977 is #6E8688. Grayscale: #7F7F7F. Windows color (decimal): -7243401 or 7829905. OLE color: 7829905.

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

Color convert

RGB 145 121 119 -
CMYK 0 0.17 0.18 0.43
HSL 4.62º 0.11% 0.52% -
HSV(B) 4.62º 0.18% 0.57% -
XYZ 21.84 21.03 20.36 -
YUV 127.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 145 121 119 0 0.17 0.18 0.43 4.62 0.11 0.52
Hex 91 79 77 0 11 12 2B 5 B 34
Octal 221 171 167 0 21 22 53 5 13 64
Binary 10010001 1111001 1110111 0 10001 10010 101011 101 1011 110100

Color Harmonies of #917977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917977

Black with #917977

Text Example


Text Example

White with #917977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917977; }

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

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

background-color css

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

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

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

border-color css

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

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

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