Html Css Color HEX #776018 Yukon Gold

📋 copy color: '#776018'

red 119 ◦ green 96 ◦ blue 24

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

Shades of Yukon Gold #776018

Tints of Yukon Gold #776018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.04%

R = 49.79%
G = 40.17%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#776018 (or 0x776018) is known color: Yukon Gold. HEX triplet: 77, 60 and 18. RGB value is (119,96,24). Sum of RGB (Red+Green+Blue) = 119+96+24=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776018 is #889FE7. Grayscale: #5E5E5E. Windows color (decimal): -8953832 or 1597559. OLE color: 1597559.

HSL color Cylindrical-coordinate representation of color #776018: hue angle of 45.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #776018 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 24 -
CMYK 0 0.19 0.80 0.53
HSL 45.47º 0.66% 0.28% -
HSV(B) 45.47º 0.8% 0.47% -
XYZ 11.96 12.35 2.62 -
YUV 94.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 119 96 24 0 0.19 0.80 0.53 45.47 0.66 0.28
Hex 77 60 18 0 13 50 35 2D 42 1C
Octal 167 140 30 0 23 120 65 55 102 34
Binary 1110111 1100000 11000 0 10011 1010000 110101 101101 1000010 11100

Color Harmonies of #776018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776018

Black with #776018

Text Example


Text Example

White with #776018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776018; }

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

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

background-color css

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

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

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

border-color css

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

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

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