Html Css Color HEX #776202 Yukon Gold

📋 copy color: '#776202'

red 119 ◦ green 98 ◦ blue 2

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

Shades of Yukon Gold #776202

Tints of Yukon Gold #776202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 54.34%
G = 44.75%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#776202 (or 0x776202) is known color: Yukon Gold. HEX triplet: 77, 62 and 02. RGB value is (119,98,2). Sum of RGB (Red+Green+Blue) = 119+98+2=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #776202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776202 is #889DFD. Grayscale: #5D5D5D. Windows color (decimal): -8953342 or 156279. OLE color: 156279.

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

Color convert

RGB 119 98 2 -
CMYK 0 0.18 0.98 0.53
HSL 49.23º 0.97% 0.24% -
HSV(B) 49.23º 0.98% 0.47% -
XYZ 11.99 12.66 1.87 -
YUV 93.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 119 98 2 0 0.18 0.98 0.53 49.23 0.97 0.24
Hex 77 62 2 0 12 62 35 31 61 18
Octal 167 142 2 0 22 142 65 61 141 30
Binary 1110111 1100010 10 0 10010 1100010 110101 110001 1100001 11000

Color Harmonies of #776202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776202

Black with #776202

Text Example


Text Example

White with #776202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776202; }

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

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

background-color css

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

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

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

border-color css

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

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

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