Html Css Color HEX #77601F Yukon Gold

📋 copy color: '#77601F'

red 119 ◦ green 96 ◦ blue 31

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

Shades of Yukon Gold #77601F

Tints of Yukon Gold #77601F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.6%

R = 48.37%
G = 39.02%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77601F (or 0x77601F) is known color: Yukon Gold. HEX triplet: 77, 60 and 1F. RGB value is (119,96,31). Sum of RGB (Red+Green+Blue) = 119+96+31=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77601F is #889FE0. Grayscale: #5F5F5F. Windows color (decimal): -8953825 or 2056311. OLE color: 2056311.

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

Color convert

RGB 119 96 31 -
CMYK 0 0.19 0.74 0.53
HSL 44.32º 0.59% 0.29% -
HSV(B) 44.32º 0.74% 0.47% -
XYZ 12.04 12.39 3.05 -
YUV 95.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 119 96 31 0 0.19 0.74 0.53 44.32 0.59 0.29
Hex 77 60 1F 0 13 4A 35 2C 3B 1D
Octal 167 140 37 0 23 112 65 54 73 35
Binary 1110111 1100000 11111 0 10011 1001010 110101 101100 111011 11101

Color Harmonies of #77601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77601F

Black with #77601F

Text Example


Text Example

White with #77601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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