Html Css Color HEX #77600A Yukon Gold

📋 copy color: '#77600A'

red 119 ◦ green 96 ◦ blue 10

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

Shades of Yukon Gold #77600A

Tints of Yukon Gold #77600A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.44%

R = 52.89%
G = 42.67%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77600A (or 0x77600A) is known color: Yukon Gold. HEX triplet: 77, 60 and 0A. RGB value is (119,96,10). Sum of RGB (Red+Green+Blue) = 119+96+10=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #77600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77600A is #889FF5. Grayscale: #5D5D5D. Windows color (decimal): -8953846 or 680055. OLE color: 680055.

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

Color convert

RGB 119 96 10 -
CMYK 0 0.19 0.92 0.53
HSL 47.34º 0.84% 0.25% -
HSV(B) 47.34º 0.92% 0.47% -
XYZ 11.85 12.31 2.04 -
YUV 93.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 119 96 10 0 0.19 0.92 0.53 47.34 0.84 0.25
Hex 77 60 A 0 13 5C 35 2F 54 19
Octal 167 140 12 0 23 134 65 57 124 31
Binary 1110111 1100000 1010 0 10011 1011100 110101 101111 1010100 11001

Color Harmonies of #77600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77600A

Black with #77600A

Text Example


Text Example

White with #77600A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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