Html Css Color HEX #977E4B Muesli

📋 copy color: '#977E4B'

red 151 ◦ green 126 ◦ blue 75

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

Shades of Muesli #977E4B

Tints of Muesli #977E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.31%

R = 42.9%
G = 35.8%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#977E4B (or 0x977E4B) is known color: Muesli. HEX triplet: 97, 7E and 4B. RGB value is (151,126,75). Sum of RGB (Red+Green+Blue) = 151+126+75=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #977E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977E4B is #6881B4. Grayscale: #7F7F7F. Windows color (decimal): -6848949 or 4947607. OLE color: 4947607.

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

Color convert

RGB 151 126 75 -
CMYK 0 0.17 0.50 0.41
HSL 40.26º 0.34% 0.44% -
HSV(B) 40.26º 0.5% 0.59% -
XYZ 21.49 22.01 9.77 -
YUV 127.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 151 126 75 0 0.17 0.50 0.41 40.26 0.34 0.44
Hex 97 7E 4B 0 11 32 29 28 22 2C
Octal 227 176 113 0 21 62 51 50 42 54
Binary 10010111 1111110 1001011 0 10001 110010 101001 101000 100010 101100

Color Harmonies of #977E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E4B

Black with #977E4B

Text Example


Text Example

White with #977E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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