Html Css Color HEX #776405 Yukon Gold

📋 copy color: '#776405'

red 119 ◦ green 100 ◦ blue 5

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

Shades of Yukon Gold #776405

Tints of Yukon Gold #776405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.64%

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

R = 53.13%
G = 44.64%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#776405 (or 0x776405) is known color: Yukon Gold. HEX triplet: 77, 64 and 05. RGB value is (119,100,5). Sum of RGB (Red+Green+Blue) = 119+100+5=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #776405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776405 is #889BFA. Grayscale: #5F5F5F. Windows color (decimal): -8952827 or 353399. OLE color: 353399.

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

Color convert

RGB 119 100 5 -
CMYK 0 0.16 0.96 0.53
HSL 50º 0.92% 0.24% -
HSV(B) 50º 0.96% 0.47% -
XYZ 12.19 13.05 2.02 -
YUV 94.85 77.29 145.22 -
System Red Green Blue C M Y K H S L
Decimal 119 100 5 0 0.16 0.96 0.53 50 0.92 0.24
Hex 77 64 5 0 10 60 35 32 5C 18
Octal 167 144 5 0 20 140 65 62 134 30
Binary 1110111 1100100 101 0 10000 1100000 110101 110010 1011100 11000

Color Harmonies of #776405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776405

Black with #776405

Text Example


Text Example

White with #776405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776405; }

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

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

background-color css

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

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

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

border-color css

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

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

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