Html Css Color HEX #77663A Yellow Metal

📋 copy color: '#77663A'

red 119 ◦ green 102 ◦ blue 58

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

Shades of Yellow Metal #77663A

Tints of Yellow Metal #77663A

RGB

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

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

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

R = 42.65%
G = 36.56%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77663A (or 0x77663A) is known color: Yellow Metal. HEX triplet: 77, 66 and 3A. RGB value is (119,102,58). Sum of RGB (Red+Green+Blue) = 119+102+58=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77663A is #8899C5. Grayscale: #666666. Windows color (decimal): -8952262 or 3827319. OLE color: 3827319.

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

Color convert

RGB 119 102 58 -
CMYK 0 0.14 0.51 0.53
HSL 43.28º 0.34% 0.35% -
HSV(B) 43.28º 0.51% 0.47% -
XYZ 13.12 13.73 5.96 -
YUV 102.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 119 102 58 0 0.14 0.51 0.53 43.28 0.34 0.35
Hex 77 66 3A 0 E 33 35 2B 22 23
Octal 167 146 72 0 16 63 65 53 42 43
Binary 1110111 1100110 111010 0 1110 110011 110101 101011 100010 100011

Color Harmonies of #77663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77663A

Black with #77663A

Text Example


Text Example

White with #77663A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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