Html Css Color HEX #776304 Yukon Gold

📋 copy color: '#776304'

red 119 ◦ green 99 ◦ blue 4

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

Shades of Yukon Gold #776304

Tints of Yukon Gold #776304

RGB

 RED value IS 119 (46.88% from 255) = 53.6%

 GREEN value IS 99 (39.06% from 255) = 44.59%

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 53.6%
G = 44.59%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#776304 (or 0x776304) is known color: Yukon Gold. HEX triplet: 77, 63 and 04. RGB value is (119,99,4). Sum of RGB (Red+Green+Blue) = 119+99+4=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #776304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776304 is #889CFB. Grayscale: #5E5E5E. Windows color (decimal): -8953084 or 287607. OLE color: 287607.

HSL color Cylindrical-coordinate representation of color #776304: hue angle of 49.57º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #776304 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 99 4 -
CMYK 0 0.17 0.97 0.53
HSL 49.57º 0.93% 0.24% -
HSV(B) 49.57º 0.97% 0.47% -
XYZ 12.09 12.85 1.96 -
YUV 94.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 119 99 4 0 0.17 0.97 0.53 49.57 0.93 0.24
Hex 77 63 4 0 11 61 35 32 5D 18
Octal 167 143 4 0 21 141 65 62 135 30
Binary 1110111 1100011 100 0 10001 1100001 110101 110010 1011101 11000

Color Harmonies of #776304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776304

Black with #776304

Text Example


Text Example

White with #776304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776304; }

 p { color: rgb(119,99,4); }

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

background-color css

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

 a { background-color: rgb(119,99,4); }

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

border-color css

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

 span { border-color: rgb(119,99,4); }

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