Html Css Color HEX #977B2A Hacienda

📋 copy color: '#977B2A'

red 151 ◦ green 123 ◦ blue 42

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

Shades of Hacienda #977B2A

Tints of Hacienda #977B2A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.92%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 47.78%
G = 38.92%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#977B2A (or 0x977B2A) is known color: Hacienda. HEX triplet: 97, 7B and 2A. RGB value is (151,123,42). Sum of RGB (Red+Green+Blue) = 151+123+42=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #977B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B2A is #6884D5. Grayscale: #7A7A7A. Windows color (decimal): -6849750 or 2784151. OLE color: 2784151.

HSL color Cylindrical-coordinate representation of color #977B2A: hue angle of 44.59º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #977B2A is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 123 42 -
CMYK 0 0.19 0.72 0.41
HSL 44.59º 0.56% 0.38% -
HSV(B) 44.59º 0.72% 0.59% -
XYZ 20.26 20.91 5.16 -
YUV 122.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 151 123 42 0 0.19 0.72 0.41 44.59 0.56 0.38
Hex 97 7B 2A 0 13 48 29 2D 38 26
Octal 227 173 52 0 23 110 51 55 70 46
Binary 10010111 1111011 101010 0 10011 1001000 101001 101101 111000 100110

Color Harmonies of #977B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B2A

Black with #977B2A

Text Example


Text Example

White with #977B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,123,42); }

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

background-color css

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

 a { background-color: rgb(151,123,42); }

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

border-color css

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

 span { border-color: rgb(151,123,42); }

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