Html Css Color HEX #977E50 Muesli

📋 copy color: '#977E50'

red 151 ◦ green 126 ◦ blue 80

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

Shades of Muesli #977E50

Tints of Muesli #977E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.29%

 BLUE value IS 80 (31.64% from 255) = 22.41%

R = 42.3%
G = 35.29%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#977E50 (or 0x977E50) is known color: Muesli. HEX triplet: 97, 7E and 50. RGB value is (151,126,80). Sum of RGB (Red+Green+Blue) = 151+126+80=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #977E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977E50 is #6881AF. Grayscale: #808080. Windows color (decimal): -6848944 or 5275287. OLE color: 5275287.

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

Color convert

RGB 151 126 80 -
CMYK 0 0.17 0.47 0.41
HSL 38.87º 0.31% 0.45% -
HSV(B) 38.87º 0.47% 0.59% -
XYZ 21.67 22.08 10.71 -
YUV 128.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 151 126 80 0 0.17 0.47 0.41 38.87 0.31 0.45
Hex 97 7E 50 0 11 2F 29 27 1F 2D
Octal 227 176 120 0 21 57 51 47 37 55
Binary 10010111 1111110 1010000 0 10001 101111 101001 100111 11111 101101

Color Harmonies of #977E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E50

Black with #977E50

Text Example


Text Example

White with #977E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,126,80); }

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

background-color css

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

 a { background-color: rgb(151,126,80); }

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

border-color css

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

 span { border-color: rgb(151,126,80); }

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