Html Css Color HEX #77611C Yukon Gold

📋 copy color: '#77611C'

red 119 ◦ green 97 ◦ blue 28

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

Shades of Yukon Gold #77611C

Tints of Yukon Gold #77611C

RGB

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

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

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

R = 48.77%
G = 39.75%
B = 11.48%

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

#77611C (or 0x77611C) is known color: Yukon Gold. HEX triplet: 77, 61 and 1C. RGB value is (119,97,28). Sum of RGB (Red+Green+Blue) = 119+97+28=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77611C is #889EE3. Grayscale: #606060. Windows color (decimal): -8953572 or 1859959. OLE color: 1859959.

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

Color convert

RGB 119 97 28 -
CMYK 0 0.18 0.76 0.53
HSL 45.49º 0.62% 0.29% -
HSV(B) 45.49º 0.76% 0.47% -
XYZ 12.09 12.56 2.88 -
YUV 95.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 119 97 28 0 0.18 0.76 0.53 45.49 0.62 0.29
Hex 77 61 1C 0 12 4C 35 2D 3E 1D
Octal 167 141 34 0 22 114 65 55 76 35
Binary 1110111 1100001 11100 0 10010 1001100 110101 101101 111110 11101

Color Harmonies of #77611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77611C

Black with #77611C

Text Example


Text Example

White with #77611C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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