Html Css Color HEX #77611D Yukon Gold

📋 copy color: '#77611D'

red 119 ◦ green 97 ◦ blue 29

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

Shades of Yukon Gold #77611D

Tints of Yukon Gold #77611D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 48.57%
G = 39.59%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77611D (or 0x77611D) is known color: Yukon Gold. HEX triplet: 77, 61 and 1D. RGB value is (119,97,29). Sum of RGB (Red+Green+Blue) = 119+97+29=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77611D is #889EE2. Grayscale: #606060. Windows color (decimal): -8953571 or 1925495. OLE color: 1925495.

HSL color Cylindrical-coordinate representation of color #77611D: hue angle of 45.33º degrees, saturation: 0.61, 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 #77611D is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 29 -
CMYK 0 0.18 0.76 0.53
HSL 45.33º 0.61% 0.29% -
HSV(B) 45.33º 0.76% 0.47% -
XYZ 12.1 12.56 2.95 -
YUV 95.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 119 97 29 0 0.18 0.76 0.53 45.33 0.61 0.29
Hex 77 61 1D 0 12 4C 35 2D 3D 1D
Octal 167 141 35 0 22 114 65 55 75 35
Binary 1110111 1100001 11101 0 10010 1001100 110101 101101 111101 11101

Color Harmonies of #77611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77611D

Black with #77611D

Text Example


Text Example

White with #77611D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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