#77681B

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

Shades of Yukon Gold #77681B

Tints of Yukon Gold #77681B

Color information

#77681B (or 0x77681B) is unknown color: approx Yukon Gold. HEX triplet: 77, 68 and 1B. RGB value is (119,104,27). Sum of RGB (Red+Green+Blue) = 119+104+27=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77681B is #8897E4. Grayscale: #646464. Windows color (decimal): -8951781 or 1796215. OLE color: 1796215.

HSL color Cylindrical-coordinate representation of color #77681B: hue angle of 50.22º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77681B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB11910427-
CMYK00.130.770.53
HSL50.22º63.01%28.63%-
HSV(B)50.22º77.31%46.67%-
XYZ12.7613.93.05-
YUV99.7186.97141.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 27 (10.94% from 255) = 10.8%
R=47.6%
G=41.6%
B=10.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191042700.130.770.5350.2263.0128.63
Hex77681B0D4D35323f1d
Octal1671503301511565627735
Binary111011111010001101101101100110111010111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77681B; }

 p { color: rgb(119,104,27); }

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

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

 a { background-color: rgb(119,104,27); }

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

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

 span { border-color: rgb(119,104,27); }

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