Html Css Color HEX #77691F Yukon Gold

📋 copy color: '#77691F'

red 119 ◦ green 105 ◦ blue 31

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

Shades of Yukon Gold #77691F

Tints of Yukon Gold #77691F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.18%

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

R = 46.67%
G = 41.18%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77691F (or 0x77691F) is known color: Yukon Gold. HEX triplet: 77, 69 and 1F. RGB value is (119,105,31). Sum of RGB (Red+Green+Blue) = 119+105+31=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #77691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77691F is #8896E0. Grayscale: #656565. Windows color (decimal): -8951521 or 2058615. OLE color: 2058615.

HSL color Cylindrical-coordinate representation of color #77691F: hue angle of 50.45º 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 #77691F is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 31 -
CMYK 0 0.12 0.74 0.53
HSL 50.45º 0.59% 0.29% -
HSV(B) 50.45º 0.74% 0.47% -
XYZ 12.91 14.12 3.34 -
YUV 100.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 119 105 31 0 0.12 0.74 0.53 50.45 0.59 0.29
Hex 77 69 1F 0 C 4A 35 32 3B 1D
Octal 167 151 37 0 14 112 65 62 73 35
Binary 1110111 1101001 11111 0 1100 1001010 110101 110010 111011 11101

Color Harmonies of #77691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77691F

Black with #77691F

Text Example


Text Example

White with #77691F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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