#776508

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

Shades of Yukon Gold #776508

Tints of Yukon Gold #776508

Color information

#776508 (or 0x776508) is unknown color: approx Yukon Gold. HEX triplet: 77, 65 and 08. RGB value is (119,101,8). Sum of RGB (Red+Green+Blue) = 119+101+8=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #776508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776508 is #889AF7. Grayscale: #606060. Windows color (decimal): -8952568 or 550263. OLE color: 550263.

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

Color convert

RGB1191018-
CMYK00.150.930.53
HSL50.27º87.4%24.9%-
HSV(B)50.27º93.28%46.67%-
XYZ12.3113.252.14-
YUV95.7878.46144.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 8 (3.52% from 255) = 3.51%
R=52.19%
G=44.30%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119101800.150.930.5350.2787.424.9
Hex776580F5D35325719
Octal16714510017135656212731
Binary111011111001011000011111011101110101110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776508; }

 p { color: rgb(119,101,8); }

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

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

 a { background-color: rgb(119,101,8); }

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

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

 span { border-color: rgb(119,101,8); }

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