Html Css Color HEX #977F5F Sorrell Brown

📋 copy color: '#977F5F'

red 151 ◦ green 127 ◦ blue 95

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

Shades of Sorrell Brown #977F5F

Tints of Sorrell Brown #977F5F

RGB

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

 GREEN value IS 127 (50% from 255) = 34.05%

 BLUE value IS 95 (37.5% from 255) = 25.47%

R = 40.48%
G = 34.05%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#977F5F (or 0x977F5F) is known color: Sorrell Brown. HEX triplet: 97, 7F and 5F. RGB value is (151,127,95). Sum of RGB (Red+Green+Blue) = 151+127+95=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #977F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F5F is #6880A0. Grayscale: #828282. Windows color (decimal): -6848673 or 6258583. OLE color: 6258583.

HSL color Cylindrical-coordinate representation of color #977F5F: hue angle of 34.29º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #977F5F is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 95 -
CMYK 0 0.16 0.37 0.41
HSL 34.29º 0.23% 0.48% -
HSV(B) 34.29º 0.37% 0.59% -
XYZ 22.42 22.58 14 -
YUV 130.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 151 127 95 0 0.16 0.37 0.41 34.29 0.23 0.48
Hex 97 7F 5F 0 10 25 29 22 17 30
Octal 227 177 137 0 20 45 51 42 27 60
Binary 10010111 1111111 1011111 0 10000 100101 101001 100010 10111 110000

Color Harmonies of #977F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F5F

Black with #977F5F

Text Example


Text Example

White with #977F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977F5F; }

 p { color: rgb(151,127,95); }

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

background-color css

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

 a { background-color: rgb(151,127,95); }

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

border-color css

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

 span { border-color: rgb(151,127,95); }

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