Html Css Color HEX #77693E Yellow Metal

📋 copy color: '#77693E'

red 119 ◦ green 105 ◦ blue 62

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

Shades of Yellow Metal #77693E

Tints of Yellow Metal #77693E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.71%

 BLUE value IS 62 (24.61% from 255) = 21.68%

R = 41.61%
G = 36.71%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77693E (or 0x77693E) is known color: Yellow Metal. HEX triplet: 77, 69 and 3E. RGB value is (119,105,62). Sum of RGB (Red+Green+Blue) = 119+105+62=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #77693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77693E is #8896C1. Grayscale: #686868. Windows color (decimal): -8951490 or 4090231. OLE color: 4090231.

HSL color Cylindrical-coordinate representation of color #77693E: hue angle of 45.26º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77693E is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 62 -
CMYK 0 0.12 0.48 0.53
HSL 45.26º 0.31% 0.35% -
HSV(B) 45.26º 0.48% 0.47% -
XYZ 13.53 14.37 6.62 -
YUV 104.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 119 105 62 0 0.12 0.48 0.53 45.26 0.31 0.35
Hex 77 69 3E 0 C 30 35 2D 1F 23
Octal 167 151 76 0 14 60 65 55 37 43
Binary 1110111 1101001 111110 0 1100 110000 110101 101101 11111 100011

Color Harmonies of #77693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77693E

Black with #77693E

Text Example


Text Example

White with #77693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77693E; }

 p { color: rgb(119,105,62); }

 H1.HeaderClassName
 {
   color: #77693E;
 }
 .AnyTagClassName
 {
   color: #77693E;
 }
</style>

background-color css

<style>
 a { background-color: #77693E; }

 a { background-color: rgb(119,105,62); }

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

border-color css

<style>
 span { border-color: #77693E; }

 span { border-color: rgb(119,105,62); }

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