Html Css Color HEX #977860 Sorrell Brown

📋 copy color: '#977860'

red 151 ◦ green 120 ◦ blue 96

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

Shades of Sorrell Brown #977860

Tints of Sorrell Brown #977860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.7%

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

R = 41.14%
G = 32.7%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#977860 (or 0x977860) is known color: Sorrell Brown. HEX triplet: 97, 78 and 60. RGB value is (151,120,96). Sum of RGB (Red+Green+Blue) = 151+120+96=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #977860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977860 is #68879F. Grayscale: #7E7E7E. Windows color (decimal): -6850464 or 6322327. OLE color: 6322327.

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

Color convert

RGB 151 120 96 -
CMYK 0 0.21 0.36 0.41
HSL 26.18º 0.22% 0.48% -
HSV(B) 26.18º 0.36% 0.59% -
XYZ 21.59 20.86 13.95 -
YUV 126.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 151 120 96 0 0.21 0.36 0.41 26.18 0.22 0.48
Hex 97 78 60 0 15 24 29 1A 16 30
Octal 227 170 140 0 25 44 51 32 26 60
Binary 10010111 1111000 1100000 0 10101 100100 101001 11010 10110 110000

Color Harmonies of #977860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977860

Black with #977860

Text Example


Text Example

White with #977860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977860; }

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

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

background-color css

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

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

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

border-color css

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

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

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