Html Css Color HEX #77691A Yukon Gold

📋 copy color: '#77691A'

red 119 ◦ green 105 ◦ blue 26

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

Shades of Yukon Gold #77691A

Tints of Yukon Gold #77691A

RGB

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

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

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

R = 47.6%
G = 42%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77691A (or 0x77691A) is known color: Yukon Gold. HEX triplet: 77, 69 and 1A. RGB value is (119,105,26). Sum of RGB (Red+Green+Blue) = 119+105+26=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77691A is #8896E5. Grayscale: #646464. Windows color (decimal): -8951526 or 1730935. OLE color: 1730935.

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

Color convert

RGB 119 105 26 -
CMYK 0 0.12 0.78 0.53
HSL 50.97º 0.64% 0.28% -
HSV(B) 50.97º 0.78% 0.47% -
XYZ 12.85 14.1 3.02 -
YUV 100.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 119 105 26 0 0.12 0.78 0.53 50.97 0.64 0.28
Hex 77 69 1A 0 C 4E 35 33 40 1C
Octal 167 151 32 0 14 116 65 63 100 34
Binary 1110111 1101001 11010 0 1100 1001110 110101 110011 1000000 11100

Color Harmonies of #77691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77691A

Black with #77691A

Text Example


Text Example

White with #77691A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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