Html Css Color HEX #977C12 Hacienda

📋 copy color: '#977C12'

red 151 ◦ green 124 ◦ blue 18

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

Shades of Hacienda #977C12

Tints of Hacienda #977C12

RGB

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

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

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

R = 51.54%
G = 42.32%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#977C12 (or 0x977C12) is known color: Hacienda. HEX triplet: 97, 7C and 12. RGB value is (151,124,18). Sum of RGB (Red+Green+Blue) = 151+124+18=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #977C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977C12 is #6883ED. Grayscale: #787878. Windows color (decimal): -6849518 or 1211543. OLE color: 1211543.

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

Color convert

RGB 151 124 18 -
CMYK 0 0.18 0.88 0.41
HSL 47.82º 0.79% 0.33% -
HSV(B) 47.82º 0.88% 0.59% -
XYZ 20.08 21.04 3.57 -
YUV 119.99 70.45 150.12 -
System Red Green Blue C M Y K H S L
Decimal 151 124 18 0 0.18 0.88 0.41 47.82 0.79 0.33
Hex 97 7C 12 0 12 58 29 30 4F 21
Octal 227 174 22 0 22 130 51 60 117 41
Binary 10010111 1111100 10010 0 10010 1011000 101001 110000 1001111 100001

Color Harmonies of #977C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C12

Black with #977C12

Text Example


Text Example

White with #977C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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