Html Css Color HEX #977E12 Hacienda

📋 copy color: '#977E12'

red 151 ◦ green 126 ◦ blue 18

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

Shades of Hacienda #977E12

Tints of Hacienda #977E12

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.71%

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 51.19%
G = 42.71%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#977E12 (or 0x977E12) is known color: Hacienda. HEX triplet: 97, 7E and 12. RGB value is (151,126,18). Sum of RGB (Red+Green+Blue) = 151+126+18=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #977E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977E12 is #6881ED. Grayscale: #797979. Windows color (decimal): -6849006 or 1212055. OLE color: 1212055.

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

Color convert

RGB 151 126 18 -
CMYK 0 0.17 0.88 0.41
HSL 48.72º 0.79% 0.33% -
HSV(B) 48.72º 0.88% 0.59% -
XYZ 20.33 21.54 3.66 -
YUV 121.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 151 126 18 0 0.17 0.88 0.41 48.72 0.79 0.33
Hex 97 7E 12 0 11 58 29 31 4F 21
Octal 227 176 22 0 21 130 51 61 117 41
Binary 10010111 1111110 10010 0 10001 1011000 101001 110001 1001111 100001

Color Harmonies of #977E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E12

Black with #977E12

Text Example


Text Example

White with #977E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,126,18); }

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

background-color css

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

 a { background-color: rgb(151,126,18); }

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

border-color css

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

 span { border-color: rgb(151,126,18); }

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