Html Css Color HEX #977A10 Hacienda

📋 copy color: '#977A10'

red 151 ◦ green 122 ◦ blue 16

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

Shades of Hacienda #977A10

Tints of Hacienda #977A10

RGB

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

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

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

R = 52.25%
G = 42.21%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#977A10 (or 0x977A10) is known color: Hacienda. HEX triplet: 97, 7A and 10. RGB value is (151,122,16). Sum of RGB (Red+Green+Blue) = 151+122+16=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #977A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977A10 is #6885EF. Grayscale: #777777. Windows color (decimal): -6850032 or 1079959. OLE color: 1079959.

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

Color convert

RGB 151 122 16 -
CMYK 0 0.19 0.89 0.41
HSL 47.11º 0.81% 0.33% -
HSV(B) 47.11º 0.89% 0.59% -
XYZ 19.82 20.54 3.41 -
YUV 118.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 151 122 16 0 0.19 0.89 0.41 47.11 0.81 0.33
Hex 97 7A 10 0 13 59 29 2F 51 21
Octal 227 172 20 0 23 131 51 57 121 41
Binary 10010111 1111010 10000 0 10011 1011001 101001 101111 1010001 100001

Color Harmonies of #977A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977A10

Black with #977A10

Text Example


Text Example

White with #977A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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