Html Css Color HEX #977764 Beaver

📋 copy color: '#977764'

red 151 ◦ green 119 ◦ blue 100

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

Shades of Beaver #977764

Tints of Beaver #977764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.03%

R = 40.81%
G = 32.16%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#977764 (or 0x977764) is known color: Beaver. HEX triplet: 97, 77 and 64. RGB value is (151,119,100). Sum of RGB (Red+Green+Blue) = 151+119+100=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #977764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977764 is #68889B. Grayscale: #7E7E7E. Windows color (decimal): -6850716 or 6584215. OLE color: 6584215.

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

Color convert

RGB 151 119 100 -
CMYK 0 0.21 0.34 0.41
HSL 22.35º 0.2% 0.49% -
HSV(B) 22.35º 0.34% 0.59% -
XYZ 21.66 20.69 14.91 -
YUV 126.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 151 119 100 0 0.21 0.34 0.41 22.35 0.2 0.49
Hex 97 77 64 0 15 22 29 16 14 31
Octal 227 167 144 0 25 42 51 26 24 61
Binary 10010111 1110111 1100100 0 10101 100010 101001 10110 10100 110001

Color Harmonies of #977764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977764

Black with #977764

Text Example


Text Example

White with #977764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977764; }

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

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

background-color css

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

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

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

border-color css

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

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

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