Html Css Color HEX #776505 Yukon Gold

📋 copy color: '#776505'

red 119 ◦ green 101 ◦ blue 5

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

Shades of Yukon Gold #776505

Tints of Yukon Gold #776505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 52.89%
G = 44.89%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#776505 (or 0x776505) is known color: Yukon Gold. HEX triplet: 77, 65 and 05. RGB value is (119,101,5). Sum of RGB (Red+Green+Blue) = 119+101+5=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #776505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776505 is #889AFA. Grayscale: #5F5F5F. Windows color (decimal): -8952571 or 353655. OLE color: 353655.

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

Color convert

RGB 119 101 5 -
CMYK 0 0.15 0.96 0.53
HSL 50.53º 0.92% 0.24% -
HSV(B) 50.53º 0.96% 0.47% -
XYZ 12.29 13.24 2.05 -
YUV 95.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 119 101 5 0 0.15 0.96 0.53 50.53 0.92 0.24
Hex 77 65 5 0 F 60 35 33 5C 18
Octal 167 145 5 0 17 140 65 63 134 30
Binary 1110111 1100101 101 0 1111 1100000 110101 110011 1011100 11000

Color Harmonies of #776505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776505

Black with #776505

Text Example


Text Example

White with #776505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776505; }

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

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

background-color css

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

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

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

border-color css

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

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

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