Html Css Color HEX #776308 Yukon Gold

📋 copy color: '#776308'

red 119 ◦ green 99 ◦ blue 8

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

Shades of Yukon Gold #776308

Tints of Yukon Gold #776308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.81%

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 52.65%
G = 43.81%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#776308 (or 0x776308) is known color: Yukon Gold. HEX triplet: 77, 63 and 08. RGB value is (119,99,8). Sum of RGB (Red+Green+Blue) = 119+99+8=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #776308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776308 is #889CF7. Grayscale: #5E5E5E. Windows color (decimal): -8953080 or 549751. OLE color: 549751.

HSL color Cylindrical-coordinate representation of color #776308: hue angle of 49.19º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #776308 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 99 8 -
CMYK 0 0.17 0.93 0.53
HSL 49.19º 0.87% 0.25% -
HSV(B) 49.19º 0.93% 0.47% -
XYZ 12.11 12.86 2.07 -
YUV 94.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 119 99 8 0 0.17 0.93 0.53 49.19 0.87 0.25
Hex 77 63 8 0 11 5D 35 31 57 19
Octal 167 143 10 0 21 135 65 61 127 31
Binary 1110111 1100011 1000 0 10001 1011101 110101 110001 1010111 11001

Color Harmonies of #776308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776308

Black with #776308

Text Example


Text Example

White with #776308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776308; }

 p { color: rgb(119,99,8); }

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

background-color css

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

 a { background-color: rgb(119,99,8); }

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

border-color css

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

 span { border-color: rgb(119,99,8); }

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