Html Css Color HEX #77663F Yellow Metal

📋 copy color: '#77663F'

red 119 ◦ green 102 ◦ blue 63

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

Shades of Yellow Metal #77663F

Tints of Yellow Metal #77663F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.18%

R = 41.9%
G = 35.92%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77663F (or 0x77663F) is known color: Yellow Metal. HEX triplet: 77, 66 and 3F. RGB value is (119,102,63). Sum of RGB (Red+Green+Blue) = 119+102+63=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77663F is #8899C0. Grayscale: #666666. Windows color (decimal): -8952257 or 4154999. OLE color: 4154999.

HSL color Cylindrical-coordinate representation of color #77663F: hue angle of 41.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77663F is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 63 -
CMYK 0 0.14 0.47 0.53
HSL 41.79º 0.31% 0.36% -
HSV(B) 41.79º 0.47% 0.47% -
XYZ 13.26 13.78 6.66 -
YUV 102.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 119 102 63 0 0.14 0.47 0.53 41.79 0.31 0.36
Hex 77 66 3F 0 E 2F 35 2A 1F 24
Octal 167 146 77 0 16 57 65 52 37 44
Binary 1110111 1100110 111111 0 1110 101111 110101 101010 11111 100100

Color Harmonies of #77663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77663F

Black with #77663F

Text Example


Text Example

White with #77663F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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