Html Css Color HEX #77683A Yellow Metal

📋 copy color: '#77683A'

red 119 ◦ green 104 ◦ blue 58

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

Shades of Yellow Metal #77683A

Tints of Yellow Metal #77683A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.01%

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

R = 42.35%
G = 37.01%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77683A (or 0x77683A) is known color: Yellow Metal. HEX triplet: 77, 68 and 3A. RGB value is (119,104,58). Sum of RGB (Red+Green+Blue) = 119+104+58=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77683A is #8897C5. Grayscale: #676767. Windows color (decimal): -8951750 or 3827831. OLE color: 3827831.

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

Color convert

RGB 119 104 58 -
CMYK 0 0.13 0.51 0.53
HSL 45.25º 0.34% 0.35% -
HSV(B) 45.25º 0.51% 0.47% -
XYZ 13.32 14.13 6.03 -
YUV 103.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 119 104 58 0 0.13 0.51 0.53 45.25 0.34 0.35
Hex 77 68 3A 0 D 33 35 2D 22 23
Octal 167 150 72 0 15 63 65 55 42 43
Binary 1110111 1101000 111010 0 1101 110011 110101 101101 100010 100011

Color Harmonies of #77683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77683A

Black with #77683A

Text Example


Text Example

White with #77683A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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