Html Css Color HEX #977F4A Muesli

📋 copy color: '#977F4A'

red 151 ◦ green 127 ◦ blue 74

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

Shades of Muesli #977F4A

Tints of Muesli #977F4A

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 42.9%
G = 36.08%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#977F4A (or 0x977F4A) is known color: Muesli. HEX triplet: 97, 7F and 4A. RGB value is (151,127,74). Sum of RGB (Red+Green+Blue) = 151+127+74=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #977F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977F4A is #6880B5. Grayscale: #808080. Windows color (decimal): -6848694 or 4882327. OLE color: 4882327.

HSL color Cylindrical-coordinate representation of color #977F4A: hue angle of 41.3º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #977F4A is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 74 -
CMYK 0 0.16 0.51 0.41
HSL 41.3º 0.34% 0.44% -
HSV(B) 41.3º 0.51% 0.59% -
XYZ 21.59 22.25 9.64 -
YUV 128.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 151 127 74 0 0.16 0.51 0.41 41.3 0.34 0.44
Hex 97 7F 4A 0 10 33 29 29 22 2C
Octal 227 177 112 0 20 63 51 51 42 54
Binary 10010111 1111111 1001010 0 10000 110011 101001 101001 100010 101100

Color Harmonies of #977F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F4A

Black with #977F4A

Text Example


Text Example

White with #977F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977F4A; }

 p { color: rgb(151,127,74); }

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

background-color css

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

 a { background-color: rgb(151,127,74); }

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

border-color css

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

 span { border-color: rgb(151,127,74); }

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