Html Css Color HEX #977460 Beaver

📋 copy color: '#977460'

red 151 ◦ green 116 ◦ blue 96

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

Shades of Beaver #977460

Tints of Beaver #977460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 96 (37.89% from 255) = 26.45%

R = 41.6%
G = 31.96%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#977460 (or 0x977460) is known color: Beaver. HEX triplet: 97, 74 and 60. RGB value is (151,116,96). Sum of RGB (Red+Green+Blue) = 151+116+96=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #977460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977460 is #688B9F. Grayscale: #7C7C7C. Windows color (decimal): -6851488 or 6321303. OLE color: 6321303.

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

Color convert

RGB 151 116 96 -
CMYK 0 0.23 0.36 0.41
HSL 21.82º 0.22% 0.48% -
HSV(B) 21.82º 0.36% 0.59% -
XYZ 21.12 19.91 13.8 -
YUV 124.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 151 116 96 0 0.23 0.36 0.41 21.82 0.22 0.48
Hex 97 74 60 0 17 24 29 16 16 30
Octal 227 164 140 0 27 44 51 26 26 60
Binary 10010111 1110100 1100000 0 10111 100100 101001 10110 10110 110000

Color Harmonies of #977460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977460

Black with #977460

Text Example


Text Example

White with #977460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977460; }

 p { color: rgb(151,116,96); }

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

background-color css

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

 a { background-color: rgb(151,116,96); }

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

border-color css

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

 span { border-color: rgb(151,116,96); }

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