Html Css Color HEX #97780A Hacienda

📋 copy color: '#97780A'

red 151 ◦ green 120 ◦ blue 10

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

Shades of Hacienda #97780A

Tints of Hacienda #97780A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.7%

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

R = 53.74%
G = 42.7%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97780A (or 0x97780A) is known color: Hacienda. HEX triplet: 97, 78 and 0A. RGB value is (151,120,10). Sum of RGB (Red+Green+Blue) = 151+120+10=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #97780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97780A is #6887F5. Grayscale: #757575. Windows color (decimal): -6850550 or 686231. OLE color: 686231.

HSL color Cylindrical-coordinate representation of color #97780A: hue angle of 46.81º 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 #97780A is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 120 10 -
CMYK 0 0.21 0.93 0.41
HSL 46.81º 0.88% 0.32% -
HSV(B) 46.81º 0.93% 0.59% -
XYZ 19.53 20.03 3.12 -
YUV 116.73 67.77 152.44 -
System Red Green Blue C M Y K H S L
Decimal 151 120 10 0 0.21 0.93 0.41 46.81 0.88 0.32
Hex 97 78 A 0 15 5D 29 2F 58 20
Octal 227 170 12 0 25 135 51 57 130 40
Binary 10010111 1111000 1010 0 10101 1011101 101001 101111 1011000 100000

Color Harmonies of #97780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97780A

Black with #97780A

Text Example


Text Example

White with #97780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97780A; }

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

 H1.HeaderClassName
 {
   color: #97780A;
 }
 .AnyTagClassName
 {
   color: #97780A;
 }
</style>

background-color css

<style>
 a { background-color: #97780A; }

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

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

border-color css

<style>
 span { border-color: #97780A; }

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

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