Html Css Color HEX #977F4F Muesli

📋 copy color: '#977F4F'

red 151 ◦ green 127 ◦ blue 79

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

Shades of Muesli #977F4F

Tints of Muesli #977F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 42.3%
G = 35.57%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#977F4F (or 0x977F4F) is known color: Muesli. HEX triplet: 97, 7F and 4F. RGB value is (151,127,79). Sum of RGB (Red+Green+Blue) = 151+127+79=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #977F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F4F is #6880B0. Grayscale: #808080. Windows color (decimal): -6848689 or 5210007. OLE color: 5210007.

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

Color convert

RGB 151 127 79 -
CMYK 0 0.16 0.48 0.41
HSL 40º 0.31% 0.45% -
HSV(B) 40º 0.48% 0.59% -
XYZ 21.76 22.32 10.56 -
YUV 128.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 151 127 79 0 0.16 0.48 0.41 40 0.31 0.45
Hex 97 7F 4F 0 10 30 29 28 1F 2D
Octal 227 177 117 0 20 60 51 50 37 55
Binary 10010111 1111111 1001111 0 10000 110000 101001 101000 11111 101101

Color Harmonies of #977F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F4F

Black with #977F4F

Text Example


Text Example

White with #977F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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