Html Css Color HEX #977761 Beaver

📋 copy color: '#977761'

red 151 ◦ green 119 ◦ blue 97

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

Shades of Beaver #977761

Tints of Beaver #977761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

 BLUE value IS 97 (38.28% from 255) = 26.43%

R = 41.14%
G = 32.43%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#977761 (or 0x977761) is known color: Beaver. HEX triplet: 97, 77 and 61. RGB value is (151,119,97). Sum of RGB (Red+Green+Blue) = 151+119+97=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #977761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977761 is #68889E. Grayscale: #7E7E7E. Windows color (decimal): -6850719 or 6387607. OLE color: 6387607.

HSL color Cylindrical-coordinate representation of color #977761: hue angle of 24.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #977761 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 119 97 -
CMYK 0 0.21 0.36 0.41
HSL 24.44º 0.22% 0.49% -
HSV(B) 24.44º 0.36% 0.59% -
XYZ 21.52 20.64 14.16 -
YUV 126.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 151 119 97 0 0.21 0.36 0.41 24.44 0.22 0.49
Hex 97 77 61 0 15 24 29 18 16 31
Octal 227 167 141 0 25 44 51 30 26 61
Binary 10010111 1110111 1100001 0 10101 100100 101001 11000 10110 110001

Color Harmonies of #977761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977761

Black with #977761

Text Example


Text Example

White with #977761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977761; }

 p { color: rgb(151,119,97); }

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

background-color css

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

 a { background-color: rgb(151,119,97); }

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

border-color css

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

 span { border-color: rgb(151,119,97); }

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