#776B0D

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

Shades of Yukon Gold #776B0D

Tints of Yukon Gold #776B0D

Color information

#776B0D (or 0x776B0D) is unknown color: approx Yukon Gold. HEX triplet: 77, 6B and 0D. RGB value is (119,107,13). Sum of RGB (Red+Green+Blue) = 119+107+13=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776B0D is #8894F2. Grayscale: #646464. Windows color (decimal): -8951027 or 879479. OLE color: 879479.

HSL color Cylindrical-coordinate representation of color #776B0D: hue angle of 53.21º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #776B0D is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB11910713-
CMYK00.100.890.53
HSL53.21º80.3%25.88%-
HSV(B)53.21º89.08%46.67%-
XYZ12.9414.472.49-
YUV99.8778.98141.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 13 (5.47% from 255) = 5.44%
R=49.79%
G=44.77%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191071300.100.890.5353.2180.325.88
Hex776BD0A593535501a
Octal16715315012131656512032
Binary111011111010111101010101011001110101110101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776B0D; }

 p { color: rgb(119,107,13); }

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

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

 a { background-color: rgb(119,107,13); }

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

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

 span { border-color: rgb(119,107,13); }

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