#977D26

Color #977D26 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #977D26

Tints of Hacienda #977D26

Color information

#977D26 (or 0x977D26) is unknown color: approx Hacienda. HEX triplet: 97, 7D and 26. RGB value is (151,125,38). Sum of RGB (Red+Green+Blue) = 151+125+38=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #977D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D26 is #6882D9. Grayscale: #7B7B7B. Windows color (decimal): -6849242 or 2522519. OLE color: 2522519.

HSL color Cylindrical-coordinate representation of color #977D26: hue angle of 46.19º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #977D26 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15112538-
CMYK00.170.750.41
HSL46.19º59.79%37.06%-
HSV(B)46.19º74.83%59.22%-
XYZ20.4521.394.88-
YUV122.8680.11148.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=48.09%
G=39.81%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511253800.170.750.4146.1959.7937.06
Hex977D260114B292e3c25
Octal2271754602111351567445
Binary1001011111111011001100100011001011101001101110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,125,38); }

 H1.HeaderClassName
 {
   color: #977D26;
 }
 .AnyTagClassName
 {
   color: #977D26;
 }
</style>
background-color css

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

 a { background-color: rgb(151,125,38); }

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

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

 span { border-color: rgb(151,125,38); }

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