Html Css Color HEX #977F40 Highball

📋 copy color: '#977F40'

red 151 ◦ green 127 ◦ blue 64

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

Shades of Highball #977F40

Tints of Highball #977F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 44.15%
G = 37.13%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#977F40 (or 0x977F40) is known color: Highball. HEX triplet: 97, 7F and 40. RGB value is (151,127,64). Sum of RGB (Red+Green+Blue) = 151+127+64=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #977F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977F40 is #6880BF. Grayscale: #7F7F7F. Windows color (decimal): -6848704 or 4226967. OLE color: 4226967.

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

Color convert

RGB 151 127 64 -
CMYK 0 0.16 0.58 0.41
HSL 43.45º 0.4% 0.42% -
HSV(B) 43.45º 0.58% 0.59% -
XYZ 21.28 22.13 8 -
YUV 126.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 151 127 64 0 0.16 0.58 0.41 43.45 0.4 0.42
Hex 97 7F 40 0 10 3A 29 2B 28 2A
Octal 227 177 100 0 20 72 51 53 50 52
Binary 10010111 1111111 1000000 0 10000 111010 101001 101011 101000 101010

Color Harmonies of #977F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F40

Black with #977F40

Text Example


Text Example

White with #977F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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