Html Css Color HEX #776407 Yukon Gold

📋 copy color: '#776407'

red 119 ◦ green 100 ◦ blue 7

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

Shades of Yukon Gold #776407

Tints of Yukon Gold #776407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.1%

R = 52.65%
G = 44.25%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#776407 (or 0x776407) is known color: Yukon Gold. HEX triplet: 77, 64 and 07. RGB value is (119,100,7). Sum of RGB (Red+Green+Blue) = 119+100+7=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #776407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776407 is #889BF8. Grayscale: #5F5F5F. Windows color (decimal): -8952825 or 484471. OLE color: 484471.

HSL color Cylindrical-coordinate representation of color #776407: hue angle of 49.82º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #776407 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 7 -
CMYK 0 0.16 0.94 0.53
HSL 49.82º 0.89% 0.25% -
HSV(B) 49.82º 0.94% 0.47% -
XYZ 12.2 13.05 2.08 -
YUV 95.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 119 100 7 0 0.16 0.94 0.53 49.82 0.89 0.25
Hex 77 64 7 0 10 5E 35 32 59 19
Octal 167 144 7 0 20 136 65 62 131 31
Binary 1110111 1100100 111 0 10000 1011110 110101 110010 1011001 11001

Color Harmonies of #776407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776407

Black with #776407

Text Example


Text Example

White with #776407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776407; }

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

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

background-color css

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

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

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

border-color css

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

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

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