Html Css Color HEX #776121 Yukon Gold

📋 copy color: '#776121'

red 119 ◦ green 97 ◦ blue 33

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

Shades of Yukon Gold #776121

Tints of Yukon Gold #776121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.96%

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

R = 47.79%
G = 38.96%
B = 13.25%

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

#776121 (or 0x776121) is known color: Yukon Gold. HEX triplet: 77, 61 and 21. RGB value is (119,97,33). Sum of RGB (Red+Green+Blue) = 119+97+33=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #776121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776121 is #889EDE. Grayscale: #606060. Windows color (decimal): -8953567 or 2187639. OLE color: 2187639.

HSL color Cylindrical-coordinate representation of color #776121: hue angle of 44.65º 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 #776121 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 33 -
CMYK 0 0.18 0.72 0.53
HSL 44.65º 0.57% 0.3% -
HSV(B) 44.65º 0.72% 0.47% -
XYZ 12.16 12.58 3.23 -
YUV 96.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 119 97 33 0 0.18 0.72 0.53 44.65 0.57 0.3
Hex 77 61 21 0 12 48 35 2D 39 1E
Octal 167 141 41 0 22 110 65 55 71 36
Binary 1110111 1100001 100001 0 10010 1001000 110101 101101 111001 11110

Color Harmonies of #776121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776121

Black with #776121

Text Example


Text Example

White with #776121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776121; }

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

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

background-color css

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

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

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

border-color css

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

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

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