Html Css Color HEX #77641E Yukon Gold

📋 copy color: '#77641E'

red 119 ◦ green 100 ◦ blue 30

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

Shades of Yukon Gold #77641E

Tints of Yukon Gold #77641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 47.79%
G = 40.16%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77641E (or 0x77641E) is known color: Yukon Gold. HEX triplet: 77, 64 and 1E. RGB value is (119,100,30). Sum of RGB (Red+Green+Blue) = 119+100+30=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77641E is #889BE1. Grayscale: #616161. Windows color (decimal): -8952802 or 1991799. OLE color: 1991799.

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

Color convert

RGB 119 100 30 -
CMYK 0 0.16 0.75 0.53
HSL 47.19º 0.6% 0.29% -
HSV(B) 47.19º 0.75% 0.47% -
XYZ 12.4 13.13 3.11 -
YUV 97.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 119 100 30 0 0.16 0.75 0.53 47.19 0.6 0.29
Hex 77 64 1E 0 10 4B 35 2F 3C 1D
Octal 167 144 36 0 20 113 65 57 74 35
Binary 1110111 1100100 11110 0 10000 1001011 110101 101111 111100 11101

Color Harmonies of #77641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77641E

Black with #77641E

Text Example


Text Example

White with #77641E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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