Html Css Color HEX #977F0A Hacienda

📋 copy color: '#977F0A'

red 151 ◦ green 127 ◦ blue 10

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

Shades of Hacienda #977F0A

Tints of Hacienda #977F0A

RGB

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

 GREEN value IS 127 (50% from 255) = 44.1%

 BLUE value IS 10 (4.3% from 255) = 3.47%

R = 52.43%
G = 44.1%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#977F0A (or 0x977F0A) is known color: Hacienda. HEX triplet: 97, 7F and 0A. RGB value is (151,127,10). Sum of RGB (Red+Green+Blue) = 151+127+10=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #977F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977F0A is #6880F5. Grayscale: #797979. Windows color (decimal): -6848758 or 688023. OLE color: 688023.

HSL color Cylindrical-coordinate representation of color #977F0A: hue angle of 49.79º degrees, saturation: 0.88, 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 #977F0A is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 10 -
CMYK 0 0.16 0.93 0.41
HSL 49.79º 0.88% 0.32% -
HSV(B) 49.79º 0.93% 0.59% -
XYZ 20.41 21.78 3.42 -
YUV 120.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 151 127 10 0 0.16 0.93 0.41 49.79 0.88 0.32
Hex 97 7F A 0 10 5D 29 32 58 20
Octal 227 177 12 0 20 135 51 62 130 40
Binary 10010111 1111111 1010 0 10000 1011101 101001 110010 1011000 100000

Color Harmonies of #977F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F0A

Black with #977F0A

Text Example


Text Example

White with #977F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,127,10); }

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

background-color css

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

 a { background-color: rgb(151,127,10); }

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

border-color css

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

 span { border-color: rgb(151,127,10); }

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