Html Css Color HEX #977C10 Hacienda

📋 copy color: '#977C10'

red 151 ◦ green 124 ◦ blue 16

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

Shades of Hacienda #977C10

Tints of Hacienda #977C10

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.61%

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

R = 51.89%
G = 42.61%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#977C10 (or 0x977C10) is known color: Hacienda. HEX triplet: 97, 7C and 10. RGB value is (151,124,16). Sum of RGB (Red+Green+Blue) = 151+124+16=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #977C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977C10 is #6883EF. Grayscale: #787878. Windows color (decimal): -6849520 or 1080471. OLE color: 1080471.

HSL color Cylindrical-coordinate representation of color #977C10: hue angle of 48º 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 #977C10 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 124 16 -
CMYK 0 0.18 0.89 0.41
HSL 48º 0.81% 0.33% -
HSV(B) 48º 0.89% 0.59% -
XYZ 20.06 21.03 3.49 -
YUV 119.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 151 124 16 0 0.18 0.89 0.41 48 0.81 0.33
Hex 97 7C 10 0 12 59 29 30 51 21
Octal 227 174 20 0 22 131 51 60 121 41
Binary 10010111 1111100 10000 0 10010 1011001 101001 110000 1010001 100001

Color Harmonies of #977C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C10

Black with #977C10

Text Example


Text Example

White with #977C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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