Html Css Color HEX #776404 Yukon Gold

📋 copy color: '#776404'

red 119 ◦ green 100 ◦ blue 4

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

Shades of Yukon Gold #776404

Tints of Yukon Gold #776404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.84%

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

R = 53.36%
G = 44.84%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#776404 (or 0x776404) is known color: Yukon Gold. HEX triplet: 77, 64 and 04. RGB value is (119,100,4). Sum of RGB (Red+Green+Blue) = 119+100+4=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #776404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776404 is #889BFB. Grayscale: #5F5F5F. Windows color (decimal): -8952828 or 287863. OLE color: 287863.

HSL color Cylindrical-coordinate representation of color #776404: hue angle of 50.09º 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 #776404 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 4 -
CMYK 0 0.16 0.97 0.53
HSL 50.09º 0.93% 0.24% -
HSV(B) 50.09º 0.97% 0.47% -
XYZ 12.19 13.05 1.99 -
YUV 94.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 119 100 4 0 0.16 0.97 0.53 50.09 0.93 0.24
Hex 77 64 4 0 10 61 35 32 5D 18
Octal 167 144 4 0 20 141 65 62 135 30
Binary 1110111 1100100 100 0 10000 1100001 110101 110010 1011101 11000

Color Harmonies of #776404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776404

Black with #776404

Text Example


Text Example

White with #776404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776404; }

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

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

background-color css

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

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

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

border-color css

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

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

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