Html Css Color HEX #776221 Yukon Gold

📋 copy color: '#776221'

red 119 ◦ green 98 ◦ blue 33

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

Shades of Yukon Gold #776221

Tints of Yukon Gold #776221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.2%

 BLUE value IS 33 (13.28% from 255) = 13.2%

R = 47.6%
G = 39.2%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#776221 (or 0x776221) is known color: Yukon Gold. HEX triplet: 77, 62 and 21. RGB value is (119,98,33). Sum of RGB (Red+Green+Blue) = 119+98+33=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #776221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776221 is #889DDE. Grayscale: #616161. Windows color (decimal): -8953311 or 2187895. OLE color: 2187895.

HSL color Cylindrical-coordinate representation of color #776221: hue angle of 45.35º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #776221 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 98 33 -
CMYK 0 0.18 0.72 0.53
HSL 45.35º 0.57% 0.3% -
HSV(B) 45.35º 0.72% 0.47% -
XYZ 12.25 12.77 3.26 -
YUV 96.87 91.96 143.79 -
System Red Green Blue C M Y K H S L
Decimal 119 98 33 0 0.18 0.72 0.53 45.35 0.57 0.3
Hex 77 62 21 0 12 48 35 2D 39 1E
Octal 167 142 41 0 22 110 65 55 71 36
Binary 1110111 1100010 100001 0 10010 1001000 110101 101101 111001 11110

Color Harmonies of #776221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776221

Black with #776221

Text Example


Text Example

White with #776221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776221; }

 p { color: rgb(119,98,33); }

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

background-color css

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

 a { background-color: rgb(119,98,33); }

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

border-color css

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

 span { border-color: rgb(119,98,33); }

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