Html Css Color HEX #77643A Yellow Metal

📋 copy color: '#77643A'

red 119 ◦ green 100 ◦ blue 58

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

Shades of Yellow Metal #77643A

Tints of Yellow Metal #77643A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 42.96%
G = 36.1%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77643A (or 0x77643A) is known color: Yellow Metal. HEX triplet: 77, 64 and 3A. RGB value is (119,100,58). Sum of RGB (Red+Green+Blue) = 119+100+58=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77643A is #889BC5. Grayscale: #656565. Windows color (decimal): -8952774 or 3826807. OLE color: 3826807.

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

Color convert

RGB 119 100 58 -
CMYK 0 0.16 0.51 0.53
HSL 41.31º 0.34% 0.35% -
HSV(B) 41.31º 0.51% 0.47% -
XYZ 12.93 13.34 5.9 -
YUV 100.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 119 100 58 0 0.16 0.51 0.53 41.31 0.34 0.35
Hex 77 64 3A 0 10 33 35 29 22 23
Octal 167 144 72 0 20 63 65 51 42 43
Binary 1110111 1100100 111010 0 10000 110011 110101 101001 100010 100011

Color Harmonies of #77643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77643A

Black with #77643A

Text Example


Text Example

White with #77643A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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