Html Css Color HEX #977A1B Hacienda

📋 copy color: '#977A1B'

red 151 ◦ green 122 ◦ blue 27

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

Shades of Hacienda #977A1B

Tints of Hacienda #977A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.67%

 BLUE value IS 27 (10.94% from 255) = 9%

R = 50.33%
G = 40.67%
B = 9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#977A1B (or 0x977A1B) is known color: Hacienda. HEX triplet: 97, 7A and 1B. RGB value is (151,122,27). Sum of RGB (Red+Green+Blue) = 151+122+27=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #977A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A1B is #6885E4. Grayscale: #787878. Windows color (decimal): -6850021 or 1800855. OLE color: 1800855.

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

Color convert

RGB 151 122 27 -
CMYK 0 0.19 0.82 0.41
HSL 45.97º 0.7% 0.35% -
HSV(B) 45.97º 0.82% 0.59% -
XYZ 19.92 20.58 3.96 -
YUV 119.84 75.61 150.22 -
System Red Green Blue C M Y K H S L
Decimal 151 122 27 0 0.19 0.82 0.41 45.97 0.7 0.35
Hex 97 7A 1B 0 13 52 29 2E 46 23
Octal 227 172 33 0 23 122 51 56 106 43
Binary 10010111 1111010 11011 0 10011 1010010 101001 101110 1000110 100011

Color Harmonies of #977A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977A1B

Black with #977A1B

Text Example


Text Example

White with #977A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,122,27); }

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

background-color css

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

 a { background-color: rgb(151,122,27); }

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

border-color css

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

 span { border-color: rgb(151,122,27); }

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