Html Css Color HEX #77643B Yellow Metal

📋 copy color: '#77643B'

red 119 ◦ green 100 ◦ blue 59

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

Shades of Yellow Metal #77643B

Tints of Yellow Metal #77643B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 42.81%
G = 35.97%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77643B (or 0x77643B) is known color: Yellow Metal. HEX triplet: 77, 64 and 3B. RGB value is (119,100,59). Sum of RGB (Red+Green+Blue) = 119+100+59=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77643B is #889BC4. Grayscale: #656565. Windows color (decimal): -8952773 or 3892343. OLE color: 3892343.

HSL color Cylindrical-coordinate representation of color #77643B: hue angle of 41º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77643B is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 59 -
CMYK 0 0.16 0.50 0.53
HSL 41º 0.34% 0.35% -
HSV(B) 41º 0.5% 0.47% -
XYZ 12.95 13.35 6.03 -
YUV 101.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 119 100 59 0 0.16 0.50 0.53 41 0.34 0.35
Hex 77 64 3B 0 10 32 35 29 22 23
Octal 167 144 73 0 20 62 65 51 42 43
Binary 1110111 1100100 111011 0 10000 110010 110101 101001 100010 100011

Color Harmonies of #77643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77643B

Black with #77643B

Text Example


Text Example

White with #77643B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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