Html Css Color HEX #977F10 Hacienda

📋 copy color: '#977F10'

red 151 ◦ green 127 ◦ blue 16

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

Shades of Hacienda #977F10

Tints of Hacienda #977F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.44%

R = 51.36%
G = 43.2%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#977F10 (or 0x977F10) is known color: Hacienda. HEX triplet: 97, 7F and 10. RGB value is (151,127,16). Sum of RGB (Red+Green+Blue) = 151+127+16=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #977F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977F10 is #6880EF. Grayscale: #797979. Windows color (decimal): -6848752 or 1081239. OLE color: 1081239.

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

Color convert

RGB 151 127 16 -
CMYK 0 0.16 0.89 0.41
HSL 49.33º 0.81% 0.33% -
HSV(B) 49.33º 0.89% 0.59% -
XYZ 20.45 21.8 3.62 -
YUV 121.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 151 127 16 0 0.16 0.89 0.41 49.33 0.81 0.33
Hex 97 7F 10 0 10 59 29 31 51 21
Octal 227 177 20 0 20 131 51 61 121 41
Binary 10010111 1111111 10000 0 10000 1011001 101001 110001 1010001 100001

Color Harmonies of #977F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F10

Black with #977F10

Text Example


Text Example

White with #977F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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