Html Css Color HEX #977A66 Sorrell Brown

📋 copy color: '#977A66'

red 151 ◦ green 122 ◦ blue 102

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

Shades of Sorrell Brown #977A66

Tints of Sorrell Brown #977A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 40.27%
G = 32.53%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#977A66 (or 0x977A66) is known color: Sorrell Brown. HEX triplet: 97, 7A and 66. RGB value is (151,122,102). Sum of RGB (Red+Green+Blue) = 151+122+102=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #977A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A66 is #688599. Grayscale: #808080. Windows color (decimal): -6849946 or 6716055. OLE color: 6716055.

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

Color convert

RGB 151 122 102 -
CMYK 0 0.19 0.32 0.41
HSL 24.49º 0.19% 0.5% -
HSV(B) 24.49º 0.32% 0.59% -
XYZ 22.12 21.46 15.55 -
YUV 128.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 151 122 102 0 0.19 0.32 0.41 24.49 0.19 0.5
Hex 97 7A 66 0 13 20 29 18 13 32
Octal 227 172 146 0 23 40 51 30 23 62
Binary 10010111 1111010 1100110 0 10011 100000 101001 11000 10011 110010

Color Harmonies of #977A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977A66

Black with #977A66

Text Example


Text Example

White with #977A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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