Html Css Color HEX #77681F Yukon Gold

📋 copy color: '#77681F'

red 119 ◦ green 104 ◦ blue 31

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

Shades of Yukon Gold #77681F

Tints of Yukon Gold #77681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.94%

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 46.85%
G = 40.94%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77681F (or 0x77681F) is known color: Yukon Gold. HEX triplet: 77, 68 and 1F. RGB value is (119,104,31). Sum of RGB (Red+Green+Blue) = 119+104+31=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #77681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77681F is #8897E0. Grayscale: #646464. Windows color (decimal): -8951777 or 2058359. OLE color: 2058359.

HSL color Cylindrical-coordinate representation of color #77681F: hue angle of 49.77º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77681F is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 31 -
CMYK 0 0.13 0.74 0.53
HSL 49.77º 0.59% 0.29% -
HSV(B) 49.77º 0.74% 0.47% -
XYZ 12.81 13.92 3.31 -
YUV 100.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 119 104 31 0 0.13 0.74 0.53 49.77 0.59 0.29
Hex 77 68 1F 0 D 4A 35 32 3B 1D
Octal 167 150 37 0 15 112 65 62 73 35
Binary 1110111 1101000 11111 0 1101 1001010 110101 110010 111011 11101

Color Harmonies of #77681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77681F

Black with #77681F

Text Example


Text Example

White with #77681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77681F; }

 p { color: rgb(119,104,31); }

 H1.HeaderClassName
 {
   color: #77681F;
 }
 .AnyTagClassName
 {
   color: #77681F;
 }
</style>

background-color css

<style>
 a { background-color: #77681F; }

 a { background-color: rgb(119,104,31); }

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

border-color css

<style>
 span { border-color: #77681F; }

 span { border-color: rgb(119,104,31); }

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