Html Css Color HEX #997874 Bazaar

📋 copy color: '#997874'

red 153 ◦ green 120 ◦ blue 116

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

Shades of Bazaar #997874

Tints of Bazaar #997874

RGB

 RED value IS 153 (60.16% from 255) = 39.33%

 GREEN value IS 120 (47.27% from 255) = 30.85%

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

R = 39.33%
G = 30.85%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#997874 (or 0x997874) is known color: Bazaar. HEX triplet: 99, 78 and 74. RGB value is (153,120,116). Sum of RGB (Red+Green+Blue) = 153+120+116=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #997874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997874 is #66878B. Grayscale: #818181. Windows color (decimal): -6719372 or 7633049. OLE color: 7633049.

HSL color Cylindrical-coordinate representation of color #997874: hue angle of 6.49º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997874 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 120 116 -
CMYK 0 0.22 0.24 0.4
HSL 6.49º 0.15% 0.53% -
HSV(B) 6.49º 0.24% 0.6% -
XYZ 23.01 21.47 19.45 -
YUV 129.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 153 120 116 0 0.22 0.24 0.4 6.49 0.15 0.53
Hex 99 78 74 0 16 18 28 6 F 35
Octal 231 170 164 0 26 30 50 6 17 65
Binary 10011001 1111000 1110100 0 10110 11000 101000 110 1111 110101

Color Harmonies of #997874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997874

Black with #997874

Text Example


Text Example

White with #997874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997874; }

 p { color: rgb(153,120,116); }

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

background-color css

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

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

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

border-color css

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

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

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