Html Css Color HEX #77601C Yukon Gold

📋 copy color: '#77601C'

red 119 ◦ green 96 ◦ blue 28

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

Shades of Yukon Gold #77601C

Tints of Yukon Gold #77601C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 48.97%
G = 39.51%
B = 11.52%

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

#77601C (or 0x77601C) is known color: Yukon Gold. HEX triplet: 77, 60 and 1C. RGB value is (119,96,28). Sum of RGB (Red+Green+Blue) = 119+96+28=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77601C is #889FE3. Grayscale: #5F5F5F. Windows color (decimal): -8953828 or 1859703. OLE color: 1859703.

HSL color Cylindrical-coordinate representation of color #77601C: hue angle of 44.84º degrees, saturation: 0.62, 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 #77601C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 28 -
CMYK 0 0.19 0.76 0.53
HSL 44.84º 0.62% 0.29% -
HSV(B) 44.84º 0.76% 0.47% -
XYZ 12 12.37 2.85 -
YUV 95.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 119 96 28 0 0.19 0.76 0.53 44.84 0.62 0.29
Hex 77 60 1C 0 13 4C 35 2D 3E 1D
Octal 167 140 34 0 23 114 65 55 76 35
Binary 1110111 1100000 11100 0 10011 1001100 110101 101101 111110 11101

Color Harmonies of #77601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77601C

Black with #77601C

Text Example


Text Example

White with #77601C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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