Html Css Color HEX #77640D Yukon Gold

📋 copy color: '#77640D'

red 119 ◦ green 100 ◦ blue 13

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

Shades of Yukon Gold #77640D

Tints of Yukon Gold #77640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.1%

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

R = 51.29%
G = 43.1%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77640D (or 0x77640D) is known color: Yukon Gold. HEX triplet: 77, 64 and 0D. RGB value is (119,100,13). Sum of RGB (Red+Green+Blue) = 119+100+13=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77640D is #889BF2. Grayscale: #606060. Windows color (decimal): -8952819 or 877687. OLE color: 877687.

HSL color Cylindrical-coordinate representation of color #77640D: hue angle of 49.25º 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 #77640D is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 13 -
CMYK 0 0.16 0.89 0.53
HSL 49.25º 0.8% 0.26% -
HSV(B) 49.25º 0.89% 0.47% -
XYZ 12.24 13.07 2.26 -
YUV 95.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 119 100 13 0 0.16 0.89 0.53 49.25 0.8 0.26
Hex 77 64 D 0 10 59 35 31 50 1A
Octal 167 144 15 0 20 131 65 61 120 32
Binary 1110111 1100100 1101 0 10000 1011001 110101 110001 1010000 11010

Color Harmonies of #77640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77640D

Black with #77640D

Text Example


Text Example

White with #77640D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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