Html Css Color HEX #776021 Yukon Gold

📋 copy color: '#776021'

red 119 ◦ green 96 ◦ blue 33

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

Shades of Yukon Gold #776021

Tints of Yukon Gold #776021

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

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

R = 47.98%
G = 38.71%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#776021 (or 0x776021) is known color: Yukon Gold. HEX triplet: 77, 60 and 21. RGB value is (119,96,33). Sum of RGB (Red+Green+Blue) = 119+96+33=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #776021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776021 is #889FDE. Grayscale: #5F5F5F. Windows color (decimal): -8953823 or 2187383. OLE color: 2187383.

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

Color convert

RGB 119 96 33 -
CMYK 0 0.19 0.72 0.53
HSL 43.95º 0.57% 0.3% -
HSV(B) 43.95º 0.72% 0.47% -
XYZ 12.07 12.4 3.2 -
YUV 95.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 119 96 33 0 0.19 0.72 0.53 43.95 0.57 0.3
Hex 77 60 21 0 13 48 35 2C 39 1E
Octal 167 140 41 0 23 110 65 54 71 36
Binary 1110111 1100000 100001 0 10011 1001000 110101 101100 111001 11110

Color Harmonies of #776021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776021

Black with #776021

Text Example


Text Example

White with #776021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776021; }

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

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

background-color css

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

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

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

border-color css

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

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

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