Html Css Color HEX #77663B Yellow Metal

📋 copy color: '#77663B'

red 119 ◦ green 102 ◦ blue 59

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

Shades of Yellow Metal #77663B

Tints of Yellow Metal #77663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

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

R = 42.5%
G = 36.43%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77663B (or 0x77663B) is known color: Yellow Metal. HEX triplet: 77, 66 and 3B. RGB value is (119,102,59). Sum of RGB (Red+Green+Blue) = 119+102+59=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77663B is #8899C4. Grayscale: #666666. Windows color (decimal): -8952261 or 3892855. OLE color: 3892855.

HSL color Cylindrical-coordinate representation of color #77663B: hue angle of 43º 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 #77663B is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 59 -
CMYK 0 0.14 0.50 0.53
HSL 43º 0.34% 0.35% -
HSV(B) 43º 0.5% 0.47% -
XYZ 13.15 13.74 6.1 -
YUV 102.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 119 102 59 0 0.14 0.50 0.53 43 0.34 0.35
Hex 77 66 3B 0 E 32 35 2B 22 23
Octal 167 146 73 0 16 62 65 53 42 43
Binary 1110111 1100110 111011 0 1110 110010 110101 101011 100010 100011

Color Harmonies of #77663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77663B

Black with #77663B

Text Example


Text Example

White with #77663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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