Html Css Color HEX #77690C Yukon Gold

📋 copy color: '#77690C'

red 119 ◦ green 105 ◦ blue 12

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

Shades of Yukon Gold #77690C

Tints of Yukon Gold #77690C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 50.42%
G = 44.49%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77690C (or 0x77690C) is known color: Yukon Gold. HEX triplet: 77, 69 and 0C. RGB value is (119,105,12). Sum of RGB (Red+Green+Blue) = 119+105+12=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #77690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77690C is #8896F3. Grayscale: #626262. Windows color (decimal): -8951540 or 813431. OLE color: 813431.

HSL color Cylindrical-coordinate representation of color #77690C: hue angle of 52.15º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77690C is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 12 -
CMYK 0 0.12 0.90 0.53
HSL 52.15º 0.82% 0.26% -
HSV(B) 52.15º 0.9% 0.47% -
XYZ 12.73 14.05 2.39 -
YUV 98.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 119 105 12 0 0.12 0.90 0.53 52.15 0.82 0.26
Hex 77 69 C 0 C 5A 35 34 52 1A
Octal 167 151 14 0 14 132 65 64 122 32
Binary 1110111 1101001 1100 0 1100 1011010 110101 110100 1010010 11010

Color Harmonies of #77690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77690C

Black with #77690C

Text Example


Text Example

White with #77690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77690C; }

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

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

background-color css

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

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

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

border-color css

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

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

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