Html Css Color HEX #977C0B Hacienda

📋 copy color: '#977C0B'

red 151 ◦ green 124 ◦ blue 11

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

Shades of Hacienda #977C0B

Tints of Hacienda #977C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.85%

R = 52.8%
G = 43.36%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#977C0B (or 0x977C0B) is known color: Hacienda. HEX triplet: 97, 7C and 0B. RGB value is (151,124,11). Sum of RGB (Red+Green+Blue) = 151+124+11=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #977C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977C0B is #6883F4. Grayscale: #777777. Windows color (decimal): -6849525 or 752791. OLE color: 752791.

HSL color Cylindrical-coordinate representation of color #977C0B: hue angle of 48.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #977C0B is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 124 11 -
CMYK 0 0.18 0.93 0.41
HSL 48.43º 0.86% 0.32% -
HSV(B) 48.43º 0.93% 0.59% -
XYZ 20.03 21.02 3.32 -
YUV 119.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 151 124 11 0 0.18 0.93 0.41 48.43 0.86 0.32
Hex 97 7C B 0 12 5D 29 30 56 20
Octal 227 174 13 0 22 135 51 60 126 40
Binary 10010111 1111100 1011 0 10010 1011101 101001 110000 1010110 100000

Color Harmonies of #977C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C0B

Black with #977C0B

Text Example


Text Example

White with #977C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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