Html Css Color HEX #77641B Yukon Gold

📋 copy color: '#77641B'

red 119 ◦ green 100 ◦ blue 27

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

Shades of Yukon Gold #77641B

Tints of Yukon Gold #77641B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 48.37%
G = 40.65%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77641B (or 0x77641B) is known color: Yukon Gold. HEX triplet: 77, 64 and 1B. RGB value is (119,100,27). Sum of RGB (Red+Green+Blue) = 119+100+27=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77641B is #889BE4. Grayscale: #616161. Windows color (decimal): -8952805 or 1795191. OLE color: 1795191.

HSL color Cylindrical-coordinate representation of color #77641B: hue angle of 47.61º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77641B is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 27 -
CMYK 0 0.16 0.77 0.53
HSL 47.61º 0.63% 0.29% -
HSV(B) 47.61º 0.77% 0.47% -
XYZ 12.36 13.12 2.92 -
YUV 97.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 119 100 27 0 0.16 0.77 0.53 47.61 0.63 0.29
Hex 77 64 1B 0 10 4D 35 30 3F 1D
Octal 167 144 33 0 20 115 65 60 77 35
Binary 1110111 1100100 11011 0 10000 1001101 110101 110000 111111 11101

Color Harmonies of #77641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77641B

Black with #77641B

Text Example


Text Example

White with #77641B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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