Html Css Color HEX #77690B Yukon Gold

📋 copy color: '#77690B'

red 119 ◦ green 105 ◦ blue 11

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

Shades of Yukon Gold #77690B

Tints of Yukon Gold #77690B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.68%

R = 50.64%
G = 44.68%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77690B (or 0x77690B) is known color: Yukon Gold. HEX triplet: 77, 69 and 0B. RGB value is (119,105,11). Sum of RGB (Red+Green+Blue) = 119+105+11=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77690B is #8896F4. Grayscale: #626262. Windows color (decimal): -8951541 or 747895. OLE color: 747895.

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

Color convert

RGB 119 105 11 -
CMYK 0 0.12 0.91 0.53
HSL 52.22º 0.83% 0.25% -
HSV(B) 52.22º 0.91% 0.47% -
XYZ 12.72 14.05 2.36 -
YUV 98.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 119 105 11 0 0.12 0.91 0.53 52.22 0.83 0.25
Hex 77 69 B 0 C 5B 35 34 53 19
Octal 167 151 13 0 14 133 65 64 123 31
Binary 1110111 1101001 1011 0 1100 1011011 110101 110100 1010011 11001

Color Harmonies of #77690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77690B

Black with #77690B

Text Example


Text Example

White with #77690B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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