Html Css Color HEX #77661F Yukon Gold

📋 copy color: '#77661F'

red 119 ◦ green 102 ◦ blue 31

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

Shades of Yukon Gold #77661F

Tints of Yukon Gold #77661F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.48%

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

R = 47.22%
G = 40.48%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77661F (or 0x77661F) is known color: Yukon Gold. HEX triplet: 77, 66 and 1F. RGB value is (119,102,31). Sum of RGB (Red+Green+Blue) = 119+102+31=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77661F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77661F is #8899E0. Grayscale: #636363. Windows color (decimal): -8952289 or 2057847. OLE color: 2057847.

HSL color Cylindrical-coordinate representation of color #77661F: hue angle of 48.41º 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 #77661F is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 31 -
CMYK 0 0.14 0.74 0.53
HSL 48.41º 0.59% 0.29% -
HSV(B) 48.41º 0.74% 0.47% -
XYZ 12.61 13.52 3.24 -
YUV 98.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 119 102 31 0 0.14 0.74 0.53 48.41 0.59 0.29
Hex 77 66 1F 0 E 4A 35 30 3B 1D
Octal 167 146 37 0 16 112 65 60 73 35
Binary 1110111 1100110 11111 0 1110 1001010 110101 110000 111011 11101

Color Harmonies of #77661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77661F

Black with #77661F

Text Example


Text Example

White with #77661F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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