Html Css Color HEX #977260 Beaver

📋 copy color: '#977260'

red 151 ◦ green 114 ◦ blue 96

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

Shades of Beaver #977260

Tints of Beaver #977260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

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

R = 41.83%
G = 31.58%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#977260 (or 0x977260) is known color: Beaver. HEX triplet: 97, 72 and 60. RGB value is (151,114,96). Sum of RGB (Red+Green+Blue) = 151+114+96=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #977260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977260 is #688D9F. Grayscale: #7B7B7B. Windows color (decimal): -6852000 or 6320791. OLE color: 6320791.

HSL color Cylindrical-coordinate representation of color #977260: hue angle of 19.64º 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 #977260 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 96 -
CMYK 0 0.25 0.36 0.41
HSL 19.64º 0.22% 0.48% -
HSV(B) 19.64º 0.36% 0.59% -
XYZ 20.89 19.46 13.72 -
YUV 123.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 151 114 96 0 0.25 0.36 0.41 19.64 0.22 0.48
Hex 97 72 60 0 19 24 29 14 16 30
Octal 227 162 140 0 31 44 51 24 26 60
Binary 10010111 1110010 1100000 0 11001 100100 101001 10100 10110 110000

Color Harmonies of #977260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977260

Black with #977260

Text Example


Text Example

White with #977260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977260; }

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

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

background-color css

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

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

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

border-color css

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

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

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