Html Css Color HEX #957760 Beaver

📋 copy color: '#957760'

red 149 ◦ green 119 ◦ blue 96

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

Shades of Beaver #957760

Tints of Beaver #957760

RGB

 RED value IS 149 (58.59% from 255) = 40.93%

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

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

R = 40.93%
G = 32.69%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#957760 (or 0x957760) is known color: Beaver. HEX triplet: 95, 77 and 60. RGB value is (149,119,96). Sum of RGB (Red+Green+Blue) = 149+119+96=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #957760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957760 is #6A889F. Grayscale: #7D7D7D. Windows color (decimal): -6981792 or 6322069. OLE color: 6322069.

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

Color convert

RGB 149 119 96 -
CMYK 0 0.20 0.36 0.42
HSL 26.04º 0.22% 0.48% -
HSV(B) 26.04º 0.36% 0.58% -
XYZ 21.1 20.43 13.9 -
YUV 125.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 149 119 96 0 0.20 0.36 0.42 26.04 0.22 0.48
Hex 95 77 60 0 14 24 2A 1A 16 30
Octal 225 167 140 0 24 44 52 32 26 60
Binary 10010101 1110111 1100000 0 10100 100100 101010 11010 10110 110000

Color Harmonies of #957760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957760

Black with #957760

Text Example


Text Example

White with #957760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957760; }

 p { color: rgb(149,119,96); }

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

background-color css

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

 a { background-color: rgb(149,119,96); }

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

border-color css

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

 span { border-color: rgb(149,119,96); }

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