Html Css Color HEX #98726E Bazaar

📋 copy color: '#98726E'

red 152 ◦ green 114 ◦ blue 110

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

Shades of Bazaar #98726E

Tints of Bazaar #98726E

RGB

 RED value IS 152 (59.77% from 255) = 40.43%

 GREEN value IS 114 (44.92% from 255) = 30.32%

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 40.43%
G = 30.32%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98726E (or 0x98726E) is known color: Bazaar. HEX triplet: 98, 72 and 6E. RGB value is (152,114,110). Sum of RGB (Red+Green+Blue) = 152+114+110=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98726E is #678D91. Grayscale: #7C7C7C. Windows color (decimal): -6786450 or 7238296. OLE color: 7238296.

HSL color Cylindrical-coordinate representation of color #98726E: hue angle of 5.71º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98726E is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 110 -
CMYK 0 0.25 0.28 0.40
HSL 5.71º 0.17% 0.51% -
HSV(B) 5.71º 0.28% 0.6% -
XYZ 21.78 19.84 17.43 -
YUV 124.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 152 114 110 0 0.25 0.28 0.40 5.71 0.17 0.51
Hex 98 72 6E 0 19 1C 28 6 11 33
Octal 230 162 156 0 31 34 50 6 21 63
Binary 10011000 1110010 1101110 0 11001 11100 101000 110 10001 110011

Color Harmonies of #98726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98726E

Black with #98726E

Text Example


Text Example

White with #98726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98726E; }

 p { color: rgb(152,114,110); }

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

background-color css

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

 a { background-color: rgb(152,114,110); }

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

border-color css

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

 span { border-color: rgb(152,114,110); }

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