Html Css Color HEX #77611E Yukon Gold

📋 copy color: '#77611E'

red 119 ◦ green 97 ◦ blue 30

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

Shades of Yukon Gold #77611E

Tints of Yukon Gold #77611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

 BLUE value IS 30 (12.11% from 255) = 12.2%

R = 48.37%
G = 39.43%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77611E (or 0x77611E) is known color: Yukon Gold. HEX triplet: 77, 61 and 1E. RGB value is (119,97,30). Sum of RGB (Red+Green+Blue) = 119+97+30=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77611E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77611E is #889EE1. Grayscale: #606060. Windows color (decimal): -8953570 or 1991031. OLE color: 1991031.

HSL color Cylindrical-coordinate representation of color #77611E: hue angle of 45.17º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77611E is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 30 -
CMYK 0 0.18 0.75 0.53
HSL 45.17º 0.6% 0.29% -
HSV(B) 45.17º 0.75% 0.47% -
XYZ 12.12 12.57 3.01 -
YUV 95.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 119 97 30 0 0.18 0.75 0.53 45.17 0.6 0.29
Hex 77 61 1E 0 12 4B 35 2D 3C 1D
Octal 167 141 36 0 22 113 65 55 74 35
Binary 1110111 1100001 11110 0 10010 1001011 110101 101101 111100 11101

Color Harmonies of #77611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77611E

Black with #77611E

Text Example


Text Example

White with #77611E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,97,30); }

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

background-color css

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

 a { background-color: rgb(119,97,30); }

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

border-color css

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

 span { border-color: rgb(119,97,30); }

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