Html Css Color HEX #776C15 Yukon Gold

📋 copy color: '#776C15'

red 119 ◦ green 108 ◦ blue 21

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

Shades of Yukon Gold #776C15

Tints of Yukon Gold #776C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.55%

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 47.98%
G = 43.55%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776C15 (or 0x776C15) is known color: Yukon Gold. HEX triplet: 77, 6C and 15. RGB value is (119,108,21). Sum of RGB (Red+Green+Blue) = 119+108+21=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #776C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C15 is #8893EA. Grayscale: #656565. Windows color (decimal): -8950763 or 1404023. OLE color: 1404023.

HSL color Cylindrical-coordinate representation of color #776C15: hue angle of 53.27º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #776C15 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 108 21 -
CMYK 0 0.09 0.82 0.53
HSL 53.27º 0.7% 0.27% -
HSV(B) 53.27º 0.82% 0.47% -
XYZ 13.11 14.7 2.86 -
YUV 101.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 119 108 21 0 0.09 0.82 0.53 53.27 0.7 0.27
Hex 77 6C 15 0 9 52 35 35 46 1B
Octal 167 154 25 0 11 122 65 65 106 33
Binary 1110111 1101100 10101 0 1001 1010010 110101 110101 1000110 11011

Color Harmonies of #776C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C15

Black with #776C15

Text Example


Text Example

White with #776C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776C15; }

 p { color: rgb(119,108,21); }

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

background-color css

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

 a { background-color: rgb(119,108,21); }

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

border-color css

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

 span { border-color: rgb(119,108,21); }

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