Html Css Color HEX #77600D Yukon Gold

📋 copy color: '#77600D'

red 119 ◦ green 96 ◦ blue 13

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

Shades of Yukon Gold #77600D

Tints of Yukon Gold #77600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 52.19%
G = 42.11%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77600D (or 0x77600D) is known color: Yukon Gold. HEX triplet: 77, 60 and 0D. RGB value is (119,96,13). Sum of RGB (Red+Green+Blue) = 119+96+13=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77600D is #889FF2. Grayscale: #5D5D5D. Windows color (decimal): -8953843 or 876663. OLE color: 876663.

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

Color convert

RGB 119 96 13 -
CMYK 0 0.19 0.89 0.53
HSL 46.98º 0.8% 0.26% -
HSV(B) 46.98º 0.89% 0.47% -
XYZ 11.86 12.32 2.13 -
YUV 93.42 82.62 146.25 -
System Red Green Blue C M Y K H S L
Decimal 119 96 13 0 0.19 0.89 0.53 46.98 0.8 0.26
Hex 77 60 D 0 13 59 35 2F 50 1A
Octal 167 140 15 0 23 131 65 57 120 32
Binary 1110111 1100000 1101 0 10011 1011001 110101 101111 1010000 11010

Color Harmonies of #77600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77600D

Black with #77600D

Text Example


Text Example

White with #77600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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