Html Css Color HEX #77690D Yukon Gold

📋 copy color: '#77690D'

red 119 ◦ green 105 ◦ blue 13

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

Shades of Yukon Gold #77690D

Tints of Yukon Gold #77690D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.49%

R = 50.21%
G = 44.3%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77690D (or 0x77690D) is known color: Yukon Gold. HEX triplet: 77, 69 and 0D. RGB value is (119,105,13). Sum of RGB (Red+Green+Blue) = 119+105+13=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #77690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77690D is #8896F2. Grayscale: #636363. Windows color (decimal): -8951539 or 878967. OLE color: 878967.

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

Color convert

RGB 119 105 13 -
CMYK 0 0.12 0.89 0.53
HSL 52.08º 0.8% 0.26% -
HSV(B) 52.08º 0.89% 0.47% -
XYZ 12.73 14.05 2.42 -
YUV 98.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 119 105 13 0 0.12 0.89 0.53 52.08 0.8 0.26
Hex 77 69 D 0 C 59 35 34 50 1A
Octal 167 151 15 0 14 131 65 64 120 32
Binary 1110111 1101001 1101 0 1100 1011001 110101 110100 1010000 11010

Color Harmonies of #77690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77690D

Black with #77690D

Text Example


Text Example

White with #77690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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