Html Css Color HEX #97780C Hacienda

📋 copy color: '#97780C'

red 151 ◦ green 120 ◦ blue 12

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

Shades of Hacienda #97780C

Tints of Hacienda #97780C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.24%

R = 53.36%
G = 42.4%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97780C (or 0x97780C) is known color: Hacienda. HEX triplet: 97, 78 and 0C. RGB value is (151,120,12). Sum of RGB (Red+Green+Blue) = 151+120+12=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #97780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97780C is #6887F3. Grayscale: #757575. Windows color (decimal): -6850548 or 817303. OLE color: 817303.

HSL color Cylindrical-coordinate representation of color #97780C: hue angle of 46.62º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97780C is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 120 12 -
CMYK 0 0.21 0.92 0.41
HSL 46.62º 0.85% 0.32% -
HSV(B) 46.62º 0.92% 0.59% -
XYZ 19.55 20.04 3.19 -
YUV 116.96 68.77 152.28 -
System Red Green Blue C M Y K H S L
Decimal 151 120 12 0 0.21 0.92 0.41 46.62 0.85 0.32
Hex 97 78 C 0 15 5C 29 2F 55 20
Octal 227 170 14 0 25 134 51 57 125 40
Binary 10010111 1111000 1100 0 10101 1011100 101001 101111 1010101 100000

Color Harmonies of #97780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97780C

Black with #97780C

Text Example


Text Example

White with #97780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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