Html Css Color HEX #977464 Toast

📋 copy color: '#977464'

red 151 ◦ green 116 ◦ blue 100

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

Shades of Toast #977464

Tints of Toast #977464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 41.14%
G = 31.61%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#977464 (or 0x977464) is known color: Toast. HEX triplet: 97, 74 and 64. RGB value is (151,116,100). Sum of RGB (Red+Green+Blue) = 151+116+100=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #977464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977464 is #688B9B. Grayscale: #7C7C7C. Windows color (decimal): -6851484 or 6583447. OLE color: 6583447.

HSL color Cylindrical-coordinate representation of color #977464: hue angle of 18.82º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #977464 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 100 -
CMYK 0 0.23 0.34 0.41
HSL 18.82º 0.2% 0.49% -
HSV(B) 18.82º 0.34% 0.59% -
XYZ 21.31 19.99 14.79 -
YUV 124.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 151 116 100 0 0.23 0.34 0.41 18.82 0.2 0.49
Hex 97 74 64 0 17 22 29 13 14 31
Octal 227 164 144 0 27 42 51 23 24 61
Binary 10010111 1110100 1100100 0 10111 100010 101001 10011 10100 110001

Color Harmonies of #977464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977464

Black with #977464

Text Example


Text Example

White with #977464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977464; }

 p { color: rgb(151,116,100); }

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

background-color css

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

 a { background-color: rgb(151,116,100); }

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

border-color css

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

 span { border-color: rgb(151,116,100); }

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