Html Css Color HEX #997575 Bazaar

📋 copy color: '#997575'

red 153 ◦ green 117 ◦ blue 117

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

Shades of Bazaar #997575

Tints of Bazaar #997575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 39.53%
G = 30.23%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#997575 (or 0x997575) is known color: Bazaar. HEX triplet: 99, 75 and 75. RGB value is (153,117,117). Sum of RGB (Red+Green+Blue) = 153+117+117=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #997575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997575 is #668A8A. Grayscale: #7F7F7F. Windows color (decimal): -6720139 or 7697817. OLE color: 7697817.

HSL color Cylindrical-coordinate representation of color #997575: hue angle of 0º 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 #997575 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 117 -
CMYK 0 0.24 0.24 0.4
HSL 0.15% 0.53% -
HSV(B) 0.24% 0.6% -
XYZ 22.71 20.78 19.64 -
YUV 127.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 153 117 117 0 0.24 0.24 0.4 0 0.15 0.53
Hex 99 75 75 0 18 18 28 0 F 35
Octal 231 165 165 0 30 30 50 0 17 65
Binary 10011001 1110101 1110101 0 11000 11000 101000 0 1111 110101

Color Harmonies of #997575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997575

Black with #997575

Text Example


Text Example

White with #997575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997575; }

 p { color: rgb(153,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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