Html Css Color HEX #977F42 Muesli

📋 copy color: '#977F42'

red 151 ◦ green 127 ◦ blue 66

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

Shades of Muesli #977F42

Tints of Muesli #977F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 43.9%
G = 36.92%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#977F42 (or 0x977F42) is known color: Muesli. HEX triplet: 97, 7F and 42. RGB value is (151,127,66). Sum of RGB (Red+Green+Blue) = 151+127+66=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #977F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977F42 is #6880BD. Grayscale: #7F7F7F. Windows color (decimal): -6848702 or 4358039. OLE color: 4358039.

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

Color convert

RGB 151 127 66 -
CMYK 0 0.16 0.56 0.41
HSL 43.06º 0.39% 0.43% -
HSV(B) 43.06º 0.56% 0.59% -
XYZ 21.34 22.15 8.31 -
YUV 127.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 151 127 66 0 0.16 0.56 0.41 43.06 0.39 0.43
Hex 97 7F 42 0 10 38 29 2B 27 2B
Octal 227 177 102 0 20 70 51 53 47 53
Binary 10010111 1111111 1000010 0 10000 111000 101001 101011 100111 101011

Color Harmonies of #977F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F42

Black with #977F42

Text Example


Text Example

White with #977F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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