Html Css Color HEX #77641A Yukon Gold

📋 copy color: '#77641A'

red 119 ◦ green 100 ◦ blue 26

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

Shades of Yukon Gold #77641A

Tints of Yukon Gold #77641A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 48.57%
G = 40.82%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77641A (or 0x77641A) is known color: Yukon Gold. HEX triplet: 77, 64 and 1A. RGB value is (119,100,26). Sum of RGB (Red+Green+Blue) = 119+100+26=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77641A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77641A is #889BE5. Grayscale: #616161. Windows color (decimal): -8952806 or 1729655. OLE color: 1729655.

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

Color convert

RGB 119 100 26 -
CMYK 0 0.16 0.78 0.53
HSL 47.74º 0.64% 0.28% -
HSV(B) 47.74º 0.78% 0.47% -
XYZ 12.35 13.11 2.86 -
YUV 97.25 87.79 143.52 -
System Red Green Blue C M Y K H S L
Decimal 119 100 26 0 0.16 0.78 0.53 47.74 0.64 0.28
Hex 77 64 1A 0 10 4E 35 30 40 1C
Octal 167 144 32 0 20 116 65 60 100 34
Binary 1110111 1100100 11010 0 10000 1001110 110101 110000 1000000 11100

Color Harmonies of #77641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77641A

Black with #77641A

Text Example


Text Example

White with #77641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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