Html Css Color HEX #77600E Yukon Gold

📋 copy color: '#77600E'

red 119 ◦ green 96 ◦ blue 14

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

Shades of Yukon Gold #77600E

Tints of Yukon Gold #77600E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 51.97%
G = 41.92%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77600E (or 0x77600E) is known color: Yukon Gold. HEX triplet: 77, 60 and 0E. RGB value is (119,96,14). Sum of RGB (Red+Green+Blue) = 119+96+14=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77600E is #889FF1. Grayscale: #5D5D5D. Windows color (decimal): -8953842 or 942199. OLE color: 942199.

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

Color convert

RGB 119 96 14 -
CMYK 0 0.19 0.88 0.53
HSL 46.86º 0.79% 0.26% -
HSV(B) 46.86º 0.88% 0.47% -
XYZ 11.87 12.32 2.17 -
YUV 93.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 119 96 14 0 0.19 0.88 0.53 46.86 0.79 0.26
Hex 77 60 E 0 13 58 35 2F 4F 1A
Octal 167 140 16 0 23 130 65 57 117 32
Binary 1110111 1100000 1110 0 10011 1011000 110101 101111 1001111 11010

Color Harmonies of #77600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77600E

Black with #77600E

Text Example


Text Example

White with #77600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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