Html Css Color HEX #977B1A Hacienda

📋 copy color: '#977B1A'

red 151 ◦ green 123 ◦ blue 26

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

Shades of Hacienda #977B1A

Tints of Hacienda #977B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 50.33%
G = 41%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#977B1A (or 0x977B1A) is known color: Hacienda. HEX triplet: 97, 7B and 1A. RGB value is (151,123,26). Sum of RGB (Red+Green+Blue) = 151+123+26=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #977B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B1A is #6884E5. Grayscale: #787878. Windows color (decimal): -6849766 or 1735575. OLE color: 1735575.

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

Color convert

RGB 151 123 26 -
CMYK 0 0.19 0.83 0.41
HSL 46.56º 0.71% 0.35% -
HSV(B) 46.56º 0.83% 0.59% -
XYZ 20.03 20.82 3.94 -
YUV 120.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 151 123 26 0 0.19 0.83 0.41 46.56 0.71 0.35
Hex 97 7B 1A 0 13 53 29 2F 47 23
Octal 227 173 32 0 23 123 51 57 107 43
Binary 10010111 1111011 11010 0 10011 1010011 101001 101111 1000111 100011

Color Harmonies of #977B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B1A

Black with #977B1A

Text Example


Text Example

White with #977B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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