Html Css Color HEX #A7780C Dark Goldenrod

📋 copy color: '#A7780C'

red 167 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #A7780C

Tints of Dark Goldenrod #A7780C

RGB

 RED value IS 167 (65.63% from 255) = 55.85%

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

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

R = 55.85%
G = 40.13%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7780C (or 0xA7780C) is known color: Dark Goldenrod. HEX triplet: A7, 78 and 0C. RGB value is (167,120,12). Sum of RGB (Red+Green+Blue) = 167+120+12=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A7780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7780C is #5887F3. Grayscale: #7A7A7A. Windows color (decimal): -5801972 or 817319. OLE color: 817319.

HSL color Cylindrical-coordinate representation of color #A7780C: hue angle of 41.81º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7780C is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 120 12 -
CMYK 0 0.28 0.93 0.35
HSL 41.81º 0.87% 0.35% -
HSV(B) 41.81º 0.93% 0.65% -
XYZ 22.72 21.67 3.33 -
YUV 121.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 167 120 12 0 0.28 0.93 0.35 41.81 0.87 0.35
Hex A7 78 C 0 1C 5D 23 2A 57 23
Octal 247 170 14 0 34 135 43 52 127 43
Binary 10100111 1111000 1100 0 11100 1011101 100011 101010 1010111 100011

Color Harmonies of #A7780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7780C

Black with #A7780C

Text Example


Text Example

White with #A7780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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