Html Css Color HEX #776C0F Yukon Gold

📋 copy color: '#776C0F'

red 119 ◦ green 108 ◦ blue 15

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

Shades of Yukon Gold #776C0F

Tints of Yukon Gold #776C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 49.17%
G = 44.63%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#776C0F (or 0x776C0F) is known color: Yukon Gold. HEX triplet: 77, 6C and 0F. RGB value is (119,108,15). Sum of RGB (Red+Green+Blue) = 119+108+15=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #776C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C0F is #8893F0. Grayscale: #656565. Windows color (decimal): -8950769 or 1010807. OLE color: 1010807.

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

Color convert

RGB 119 108 15 -
CMYK 0 0.09 0.87 0.53
HSL 53.65º 0.78% 0.26% -
HSV(B) 53.65º 0.87% 0.47% -
XYZ 13.06 14.68 2.6 -
YUV 100.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 119 108 15 0 0.09 0.87 0.53 53.65 0.78 0.26
Hex 77 6C F 0 9 57 35 36 4E 1A
Octal 167 154 17 0 11 127 65 66 116 32
Binary 1110111 1101100 1111 0 1001 1010111 110101 110110 1001110 11010

Color Harmonies of #776C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C0F

Black with #776C0F

Text Example


Text Example

White with #776C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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