Html Css Color HEX #9B7474 Bazaar

📋 copy color: '#9B7474'

red 155 ◦ green 116 ◦ blue 116

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

Shades of Bazaar #9B7474

Tints of Bazaar #9B7474

RGB

 RED value IS 155 (60.94% from 255) = 40.05%

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 40.05%
G = 29.97%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B7474 (or 0x9B7474) is known color: Bazaar. HEX triplet: 9B, 74 and 74. RGB value is (155,116,116). Sum of RGB (Red+Green+Blue) = 155+116+116=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7474 is #648B8B. Grayscale: #7F7F7F. Windows color (decimal): -6589324 or 7632027. OLE color: 7632027.

HSL color Cylindrical-coordinate representation of color #9B7474: hue angle of 0º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B7474 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 116 116 -
CMYK 0 0.25 0.25 0.39
HSL 0.16% 0.53% -
HSV(B) 0.25% 0.61% -
XYZ 22.92 20.72 19.31 -
YUV 127.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 155 116 116 0 0.25 0.25 0.39 0 0.16 0.53
Hex 9B 74 74 0 19 19 27 0 10 35
Octal 233 164 164 0 31 31 47 0 20 65
Binary 10011011 1110100 1110100 0 11001 11001 100111 0 10000 110101

Color Harmonies of #9B7474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7474

Black with #9B7474

Text Example


Text Example

White with #9B7474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B7474; }

 p { color: rgb(155,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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