Html Css Color HEX #776517 Yukon Gold

📋 copy color: '#776517'

red 119 ◦ green 101 ◦ blue 23

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

Shades of Yukon Gold #776517

Tints of Yukon Gold #776517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.56%

 BLUE value IS 23 (9.38% from 255) = 9.47%

R = 48.97%
G = 41.56%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#776517 (or 0x776517) is known color: Yukon Gold. HEX triplet: 77, 65 and 17. RGB value is (119,101,23). Sum of RGB (Red+Green+Blue) = 119+101+23=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #776517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776517 is #889AE8. Grayscale: #616161. Windows color (decimal): -8952553 or 1533303. OLE color: 1533303.

HSL color Cylindrical-coordinate representation of color #776517: hue angle of 48.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #776517 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 23 -
CMYK 0 0.15 0.81 0.53
HSL 48.75º 0.68% 0.28% -
HSV(B) 48.75º 0.81% 0.47% -
XYZ 12.42 13.29 2.72 -
YUV 97.49 85.96 143.34 -
System Red Green Blue C M Y K H S L
Decimal 119 101 23 0 0.15 0.81 0.53 48.75 0.68 0.28
Hex 77 65 17 0 F 51 35 31 44 1C
Octal 167 145 27 0 17 121 65 61 104 34
Binary 1110111 1100101 10111 0 1111 1010001 110101 110001 1000100 11100

Color Harmonies of #776517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776517

Black with #776517

Text Example


Text Example

White with #776517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776517; }

 p { color: rgb(119,101,23); }

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

background-color css

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

 a { background-color: rgb(119,101,23); }

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

border-color css

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

 span { border-color: rgb(119,101,23); }

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