Html Css Color HEX #77640A Yukon Gold

📋 copy color: '#77640A'

red 119 ◦ green 100 ◦ blue 10

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

Shades of Yukon Gold #77640A

Tints of Yukon Gold #77640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 51.97%
G = 43.67%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77640A (or 0x77640A) is known color: Yukon Gold. HEX triplet: 77, 64 and 0A. RGB value is (119,100,10). Sum of RGB (Red+Green+Blue) = 119+100+10=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77640A is #889BF5. Grayscale: #5F5F5F. Windows color (decimal): -8952822 or 681079. OLE color: 681079.

HSL color Cylindrical-coordinate representation of color #77640A: hue angle of 49.54º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77640A is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 10 -
CMYK 0 0.16 0.92 0.53
HSL 49.54º 0.84% 0.25% -
HSV(B) 49.54º 0.92% 0.47% -
XYZ 12.22 13.06 2.16 -
YUV 95.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 119 100 10 0 0.16 0.92 0.53 49.54 0.84 0.25
Hex 77 64 A 0 10 5C 35 32 54 19
Octal 167 144 12 0 20 134 65 62 124 31
Binary 1110111 1100100 1010 0 10000 1011100 110101 110010 1010100 11001

Color Harmonies of #77640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77640A

Black with #77640A

Text Example


Text Example

White with #77640A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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