Html Css Color HEX #977A5C Pale Brown

📋 copy color: '#977A5C'

red 151 ◦ green 122 ◦ blue 92

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

Shades of Pale Brown #977A5C

Tints of Pale Brown #977A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.42%

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 41.37%
G = 33.42%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#977A5C (or 0x977A5C) is known color: Pale Brown. HEX triplet: 97, 7A and 5C. RGB value is (151,122,92). Sum of RGB (Red+Green+Blue) = 151+122+92=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #977A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A5C is #6885A3. Grayscale: #7F7F7F. Windows color (decimal): -6849956 or 6060695. OLE color: 6060695.

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

Color convert

RGB 151 122 92 -
CMYK 0 0.19 0.39 0.41
HSL 30.51º 0.24% 0.48% -
HSV(B) 30.51º 0.39% 0.59% -
XYZ 21.65 21.27 13.09 -
YUV 127.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 151 122 92 0 0.19 0.39 0.41 30.51 0.24 0.48
Hex 97 7A 5C 0 13 27 29 1F 18 30
Octal 227 172 134 0 23 47 51 37 30 60
Binary 10010111 1111010 1011100 0 10011 100111 101001 11111 11000 110000

Color Harmonies of #977A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977A5C

Black with #977A5C

Text Example


Text Example

White with #977A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,122,92); }

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

background-color css

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

 a { background-color: rgb(151,122,92); }

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

border-color css

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

 span { border-color: rgb(151,122,92); }

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