Html Css Color HEX #977672 Bazaar

📋 copy color: '#977672'

red 151 ◦ green 118 ◦ blue 114

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

Shades of Bazaar #977672

Tints of Bazaar #977672

RGB

 RED value IS 151 (59.38% from 255) = 39.43%

 GREEN value IS 118 (46.48% from 255) = 30.81%

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 39.43%
G = 30.81%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#977672 (or 0x977672) is known color: Bazaar. HEX triplet: 97, 76 and 72. RGB value is (151,118,114). Sum of RGB (Red+Green+Blue) = 151+118+114=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #977672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977672 is #68898D. Grayscale: #7F7F7F. Windows color (decimal): -6850958 or 7501463. OLE color: 7501463.

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

Color convert

RGB 151 118 114 -
CMYK 0 0.22 0.25 0.41
HSL 6.49º 0.15% 0.52% -
HSV(B) 6.49º 0.25% 0.59% -
XYZ 22.28 20.75 18.75 -
YUV 127.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 151 118 114 0 0.22 0.25 0.41 6.49 0.15 0.52
Hex 97 76 72 0 16 19 29 6 F 34
Octal 227 166 162 0 26 31 51 6 17 64
Binary 10010111 1110110 1110010 0 10110 11001 101001 110 1111 110100

Color Harmonies of #977672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977672

Black with #977672

Text Example


Text Example

White with #977672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977672; }

 p { color: rgb(151,118,114); }

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

background-color css

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

 a { background-color: rgb(151,118,114); }

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

border-color css

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

 span { border-color: rgb(151,118,114); }

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