Html Css Color HEX #77601A Yukon Gold

📋 copy color: '#77601A'

red 119 ◦ green 96 ◦ blue 26

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

Shades of Yukon Gold #77601A

Tints of Yukon Gold #77601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.83%

 BLUE value IS 26 (10.55% from 255) = 10.79%

R = 49.38%
G = 39.83%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77601A (or 0x77601A) is known color: Yukon Gold. HEX triplet: 77, 60 and 1A. RGB value is (119,96,26). Sum of RGB (Red+Green+Blue) = 119+96+26=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #77601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77601A is #889FE5. Grayscale: #5F5F5F. Windows color (decimal): -8953830 or 1728631. OLE color: 1728631.

HSL color Cylindrical-coordinate representation of color #77601A: hue angle of 45.16º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77601A is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 26 -
CMYK 0 0.19 0.78 0.53
HSL 45.16º 0.64% 0.28% -
HSV(B) 45.16º 0.78% 0.47% -
XYZ 11.98 12.36 2.73 -
YUV 94.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 119 96 26 0 0.19 0.78 0.53 45.16 0.64 0.28
Hex 77 60 1A 0 13 4E 35 2D 40 1C
Octal 167 140 32 0 23 116 65 55 100 34
Binary 1110111 1100000 11010 0 10011 1001110 110101 101101 1000000 11100

Color Harmonies of #77601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77601A

Black with #77601A

Text Example


Text Example

White with #77601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77601A; }

 p { color: rgb(119,96,26); }

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

background-color css

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

 a { background-color: rgb(119,96,26); }

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

border-color css

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

 span { border-color: rgb(119,96,26); }

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