#776207

Color #776207 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #776207

Tints of Yukon Gold #776207

Color information

#776207 (or 0x776207) is unknown color: approx Yukon Gold. HEX triplet: 77, 62 and 07. RGB value is (119,98,7). Sum of RGB (Red+Green+Blue) = 119+98+7=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #776207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776207 is #889DF8. Grayscale: #5E5E5E. Windows color (decimal): -8953337 or 483959. OLE color: 483959.

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

Color convert

RGB119987-
CMYK00.180.940.53
HSL48.75º88.89%24.71%-
HSV(B)48.75º94.12%46.67%-
XYZ12.0112.672.01-
YUV93.978.96145.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.12%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 7 (3.12% from 255) = 3.12%
R=53.12%
G=43.75%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11998700.180.940.5348.7588.8924.71
Hex776270125E35315919
Octal1671427022136656113131
Binary111011111000101110100101011110110101110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776207; }

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

 H1.HeaderClassName
 {
   color: #776207;
 }
 .AnyTagClassName
 {
   color: #776207;
 }
</style>
background-color css

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

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

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

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

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

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