Html Css Color HEX #77601D Yukon Gold

📋 copy color: '#77601D'

red 119 ◦ green 96 ◦ blue 29

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

Shades of Yukon Gold #77601D

Tints of Yukon Gold #77601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.34%

 BLUE value IS 29 (11.72% from 255) = 11.89%

R = 48.77%
G = 39.34%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77601D (or 0x77601D) is known color: Yukon Gold. HEX triplet: 77, 60 and 1D. RGB value is (119,96,29). Sum of RGB (Red+Green+Blue) = 119+96+29=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77601D is #889FE2. Grayscale: #5F5F5F. Windows color (decimal): -8953827 or 1925239. OLE color: 1925239.

HSL color Cylindrical-coordinate representation of color #77601D: hue angle of 44.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77601D is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 29 -
CMYK 0 0.19 0.76 0.53
HSL 44.67º 0.61% 0.29% -
HSV(B) 44.67º 0.76% 0.47% -
XYZ 12.01 12.38 2.92 -
YUV 95.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 119 96 29 0 0.19 0.76 0.53 44.67 0.61 0.29
Hex 77 60 1D 0 13 4C 35 2D 3D 1D
Octal 167 140 35 0 23 114 65 55 75 35
Binary 1110111 1100000 11101 0 10011 1001100 110101 101101 111101 11101

Color Harmonies of #77601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77601D

Black with #77601D

Text Example


Text Example

White with #77601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77601D; }

 p { color: rgb(119,96,29); }

 H1.HeaderClassName
 {
   color: #77601D;
 }
 .AnyTagClassName
 {
   color: #77601D;
 }
</style>

background-color css

<style>
 a { background-color: #77601D; }

 a { background-color: rgb(119,96,29); }

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

border-color css

<style>
 span { border-color: #77601D; }

 span { border-color: rgb(119,96,29); }

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