Html Css Color HEX #776715 Yukon Gold

📋 copy color: '#776715'

red 119 ◦ green 103 ◦ blue 21

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

Shades of Yukon Gold #776715

Tints of Yukon Gold #776715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.39%

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

R = 48.97%
G = 42.39%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776715 (or 0x776715) is known color: Yukon Gold. HEX triplet: 77, 67 and 15. RGB value is (119,103,21). Sum of RGB (Red+Green+Blue) = 119+103+21=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #776715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776715 is #8898EA. Grayscale: #626262. Windows color (decimal): -8952043 or 1402743. OLE color: 1402743.

HSL color Cylindrical-coordinate representation of color #776715: hue angle of 50.2º 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 #776715 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 103 21 -
CMYK 0 0.13 0.82 0.53
HSL 50.2º 0.7% 0.27% -
HSV(B) 50.2º 0.82% 0.47% -
XYZ 12.59 13.68 2.69 -
YUV 98.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 119 103 21 0 0.13 0.82 0.53 50.2 0.7 0.27
Hex 77 67 15 0 D 52 35 32 46 1B
Octal 167 147 25 0 15 122 65 62 106 33
Binary 1110111 1100111 10101 0 1101 1010010 110101 110010 1000110 11011

Color Harmonies of #776715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776715

Black with #776715

Text Example


Text Example

White with #776715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776715; }

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

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

background-color css

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

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

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

border-color css

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

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

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