#776307

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

Shades of Yukon Gold #776307

Tints of Yukon Gold #776307

Color information

#776307 (or 0x776307) is unknown color: approx Yukon Gold. HEX triplet: 77, 63 and 07. RGB value is (119,99,7). Sum of RGB (Red+Green+Blue) = 119+99+7=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #776307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776307 is #889CF8. Grayscale: #5E5E5E. Windows color (decimal): -8953081 or 484215. OLE color: 484215.

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

Color convert

RGB119997-
CMYK00.170.940.53
HSL49.29º88.89%24.71%-
HSV(B)49.29º94.12%46.67%-
XYZ12.1112.862.05-
YUV94.4978.63145.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 7 (3.12% from 255) = 3.11%
R=52.89%
G=44%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11999700.170.940.5349.2988.8924.71
Hex776370115E35315919
Octal1671437021136656113131
Binary111011111000111110100011011110110101110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776307; }

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

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

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

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

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

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

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

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