Html Css Color HEX #776B16 Yukon Gold

📋 copy color: '#776B16'

red 119 ◦ green 107 ◦ blue 22

#776B16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #776B16

Tints of Yukon Gold #776B16

RGB

 RED value IS 119 (46.88% from 255) = 47.98%

 GREEN value IS 107 (42.19% from 255) = 43.15%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 47.98%
G = 43.15%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776B16 (or 0x776B16) is known color: Yukon Gold. HEX triplet: 77, 6B and 16. RGB value is (119,107,22). Sum of RGB (Red+Green+Blue) = 119+107+22=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #776B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776B16 is #8894E9. Grayscale: #656565. Windows color (decimal): -8951018 or 1469303. OLE color: 1469303.

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

Color convert

RGB 119 107 22 -
CMYK 0 0.10 0.82 0.53
HSL 52.58º 0.69% 0.28% -
HSV(B) 52.58º 0.82% 0.47% -
XYZ 13.01 14.5 2.87 -
YUV 100.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 119 107 22 0 0.10 0.82 0.53 52.58 0.69 0.28
Hex 77 6B 16 0 A 52 35 35 45 1C
Octal 167 153 26 0 12 122 65 65 105 34
Binary 1110111 1101011 10110 0 1010 1010010 110101 110101 1000101 11100

Color Harmonies of #776B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B16

Black with #776B16

Text Example


Text Example

White with #776B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #776B16;
 }
 .AnyTagClassName
 {
   color: #776B16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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