Html Css Color HEX #776115 Yukon Gold

📋 copy color: '#776115'

red 119 ◦ green 97 ◦ blue 21

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

Shades of Yukon Gold #776115

Tints of Yukon Gold #776115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.93%

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

R = 50.21%
G = 40.93%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776115 (or 0x776115) is known color: Yukon Gold. HEX triplet: 77, 61 and 15. RGB value is (119,97,21). Sum of RGB (Red+Green+Blue) = 119+97+21=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #776115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776115 is #889EEA. Grayscale: #5F5F5F. Windows color (decimal): -8953579 or 1401207. OLE color: 1401207.

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

Color convert

RGB 119 97 21 -
CMYK 0 0.18 0.82 0.53
HSL 46.53º 0.7% 0.27% -
HSV(B) 46.53º 0.82% 0.47% -
XYZ 12.02 12.53 2.49 -
YUV 94.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 119 97 21 0 0.18 0.82 0.53 46.53 0.7 0.27
Hex 77 61 15 0 12 52 35 2F 46 1B
Octal 167 141 25 0 22 122 65 57 106 33
Binary 1110111 1100001 10101 0 10010 1010010 110101 101111 1000110 11011

Color Harmonies of #776115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776115

Black with #776115

Text Example


Text Example

White with #776115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776115; }

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

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

background-color css

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

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

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

border-color css

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

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

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