Html Css Color HEX #977762 Beaver

📋 copy color: '#977762'

red 151 ◦ green 119 ◦ blue 98

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

Shades of Beaver #977762

Tints of Beaver #977762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.63%

R = 41.03%
G = 32.34%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#977762 (or 0x977762) is known color: Beaver. HEX triplet: 97, 77 and 62. RGB value is (151,119,98). Sum of RGB (Red+Green+Blue) = 151+119+98=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #977762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977762 is #68889D. Grayscale: #7E7E7E. Windows color (decimal): -6850718 or 6453143. OLE color: 6453143.

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

Color convert

RGB 151 119 98 -
CMYK 0 0.21 0.35 0.41
HSL 23.77º 0.21% 0.49% -
HSV(B) 23.77º 0.35% 0.59% -
XYZ 21.56 20.65 14.41 -
YUV 126.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 151 119 98 0 0.21 0.35 0.41 23.77 0.21 0.49
Hex 97 77 62 0 15 23 29 18 15 31
Octal 227 167 142 0 25 43 51 30 25 61
Binary 10010111 1110111 1100010 0 10101 100011 101001 11000 10101 110001

Color Harmonies of #977762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977762

Black with #977762

Text Example


Text Example

White with #977762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977762; }

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

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

background-color css

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

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

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

border-color css

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

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

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