Html Css Color HEX #987761 Beaver

📋 copy color: '#987761'

red 152 ◦ green 119 ◦ blue 97

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

Shades of Beaver #987761

Tints of Beaver #987761

RGB

 RED value IS 152 (59.77% from 255) = 41.3%

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

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

R = 41.3%
G = 32.34%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#987761 (or 0x987761) is known color: Beaver. HEX triplet: 98, 77 and 61. RGB value is (152,119,97). Sum of RGB (Red+Green+Blue) = 152+119+97=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #987761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987761 is #67889E. Grayscale: #7E7E7E. Windows color (decimal): -6785183 or 6387608. OLE color: 6387608.

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

Color convert

RGB 152 119 97 -
CMYK 0 0.22 0.36 0.40
HSL 24º 0.22% 0.49% -
HSV(B) 24º 0.36% 0.6% -
XYZ 21.7 20.73 14.17 -
YUV 126.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 152 119 97 0 0.22 0.36 0.40 24 0.22 0.49
Hex 98 77 61 0 16 24 28 18 16 31
Octal 230 167 141 0 26 44 50 30 26 61
Binary 10011000 1110111 1100001 0 10110 100100 101000 11000 10110 110001

Color Harmonies of #987761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987761

Black with #987761

Text Example


Text Example

White with #987761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987761; }

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

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

background-color css

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

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

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

border-color css

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

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

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