Html Css Color HEX #77611A Yukon Gold

📋 copy color: '#77611A'

red 119 ◦ green 97 ◦ blue 26

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

Shades of Yukon Gold #77611A

Tints of Yukon Gold #77611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

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

R = 49.17%
G = 40.08%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77611A (or 0x77611A) is known color: Yukon Gold. HEX triplet: 77, 61 and 1A. RGB value is (119,97,26). Sum of RGB (Red+Green+Blue) = 119+97+26=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #77611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77611A is #889EE5. Grayscale: #5F5F5F. Windows color (decimal): -8953574 or 1728887. OLE color: 1728887.

HSL color Cylindrical-coordinate representation of color #77611A: hue angle of 45.81º 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 #77611A is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 26 -
CMYK 0 0.18 0.78 0.53
HSL 45.81º 0.64% 0.28% -
HSV(B) 45.81º 0.78% 0.47% -
XYZ 12.07 12.55 2.76 -
YUV 95.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 119 97 26 0 0.18 0.78 0.53 45.81 0.64 0.28
Hex 77 61 1A 0 12 4E 35 2E 40 1C
Octal 167 141 32 0 22 116 65 56 100 34
Binary 1110111 1100001 11010 0 10010 1001110 110101 101110 1000000 11100

Color Harmonies of #77611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77611A

Black with #77611A

Text Example


Text Example

White with #77611A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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