Html Css Color HEX #977F0B Hacienda

📋 copy color: '#977F0B'

red 151 ◦ green 127 ◦ blue 11

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

Shades of Hacienda #977F0B

Tints of Hacienda #977F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.81%

R = 52.25%
G = 43.94%
B = 3.81%

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

#977F0B (or 0x977F0B) is known color: Hacienda. HEX triplet: 97, 7F and 0B. RGB value is (151,127,11). Sum of RGB (Red+Green+Blue) = 151+127+11=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #977F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977F0B is #6880F4. Grayscale: #797979. Windows color (decimal): -6848757 or 753559. OLE color: 753559.

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

Color convert

RGB 151 127 11 -
CMYK 0 0.16 0.93 0.41
HSL 49.71º 0.86% 0.32% -
HSV(B) 49.71º 0.93% 0.59% -
XYZ 20.41 21.78 3.45 -
YUV 120.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 151 127 11 0 0.16 0.93 0.41 49.71 0.86 0.32
Hex 97 7F B 0 10 5D 29 32 56 20
Octal 227 177 13 0 20 135 51 62 126 40
Binary 10010111 1111111 1011 0 10000 1011101 101001 110010 1010110 100000

Color Harmonies of #977F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F0B

Black with #977F0B

Text Example


Text Example

White with #977F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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