Html Css Color HEX #977F12 Hacienda

📋 copy color: '#977F12'

red 151 ◦ green 127 ◦ blue 18

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

Shades of Hacienda #977F12

Tints of Hacienda #977F12

RGB

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

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

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

R = 51.01%
G = 42.91%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#977F12 (or 0x977F12) is known color: Hacienda. HEX triplet: 97, 7F and 12. RGB value is (151,127,18). Sum of RGB (Red+Green+Blue) = 151+127+18=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #977F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977F12 is #6880ED. Grayscale: #7A7A7A. Windows color (decimal): -6848750 or 1212311. OLE color: 1212311.

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

Color convert

RGB 151 127 18 -
CMYK 0 0.16 0.88 0.41
HSL 49.17º 0.79% 0.33% -
HSV(B) 49.17º 0.88% 0.59% -
XYZ 20.46 21.8 3.7 -
YUV 121.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 151 127 18 0 0.16 0.88 0.41 49.17 0.79 0.33
Hex 97 7F 12 0 10 58 29 31 4F 21
Octal 227 177 22 0 20 130 51 61 117 41
Binary 10010111 1111111 10010 0 10000 1011000 101001 110001 1001111 100001

Color Harmonies of #977F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F12

Black with #977F12

Text Example


Text Example

White with #977F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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