Html Css Color HEX #77641C Yukon Gold

📋 copy color: '#77641C'

red 119 ◦ green 100 ◦ blue 28

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

Shades of Yukon Gold #77641C

Tints of Yukon Gold #77641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.49%

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

R = 48.18%
G = 40.49%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77641C (or 0x77641C) is known color: Yukon Gold. HEX triplet: 77, 64 and 1C. RGB value is (119,100,28). Sum of RGB (Red+Green+Blue) = 119+100+28=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77641C is #889BE3. Grayscale: #616161. Windows color (decimal): -8952804 or 1860727. OLE color: 1860727.

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

Color convert

RGB 119 100 28 -
CMYK 0 0.16 0.76 0.53
HSL 47.47º 0.62% 0.29% -
HSV(B) 47.47º 0.76% 0.47% -
XYZ 12.37 13.12 2.98 -
YUV 97.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 119 100 28 0 0.16 0.76 0.53 47.47 0.62 0.29
Hex 77 64 1C 0 10 4C 35 2F 3E 1D
Octal 167 144 34 0 20 114 65 57 76 35
Binary 1110111 1100100 11100 0 10000 1001100 110101 101111 111110 11101

Color Harmonies of #77641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77641C

Black with #77641C

Text Example


Text Example

White with #77641C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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